Skip to content

Commit afbfe91

Browse files
Go back to GHA_PAT
1 parent ae4ffa3 commit afbfe91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
git push "${remote_repo}" HEAD:buildbranch_linux --follow-tags --force
4343
fi
4444
env:
45-
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45+
INPUT_GITHUB_TOKEN: ${{ secrets.GHA_PAT }}
4646

4747
# Generate recipes for osx
4848
- name: Reset repo
@@ -68,7 +68,7 @@ jobs:
6868
git push "${remote_repo}" HEAD:buildbranch_osx --follow-tags --force
6969
fi
7070
env:
71-
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71+
INPUT_GITHUB_TOKEN: ${{ secrets.GHA_PAT }}
7272

7373
# Generate recipes for osx-arm64
7474
- name: Reset repo
@@ -94,7 +94,7 @@ jobs:
9494
git push "${remote_repo}" HEAD:buildbranch_osx_arm64 --follow-tags --force
9595
fi
9696
env:
97-
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
97+
INPUT_GITHUB_TOKEN: ${{ secrets.GHA_PAT }}
9898

9999
# Generate recipes for Windows
100100
- name: Reset repo
@@ -120,7 +120,7 @@ jobs:
120120
git push "${remote_repo}" HEAD:buildbranch_win --follow-tags --force
121121
fi
122122
env:
123-
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
123+
INPUT_GITHUB_TOKEN: ${{ secrets.GHA_PAT }}
124124

125125
# Generate recipes for Linux ARM64
126126
- name: Reset repo
@@ -146,7 +146,7 @@ jobs:
146146
git push "${remote_repo}" HEAD:buildbranch_linux_aarch64 --follow-tags --force
147147
fi
148148
env:
149-
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
149+
INPUT_GITHUB_TOKEN: ${{ secrets.GHA_PAT }}
150150

151151
on:
152152
push:

0 commit comments

Comments
 (0)