Skip to content

Commit 963cae3

Browse files
committed
PAT required :-(
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 8b5c910 commit 963cae3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rebase-shears.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
--allow-tool 'web_fetch'
4444
echo "Copilot CLI is working!"
4545
env:
46-
GH_TOKEN: ${{ github.token }}
46+
GH_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}
4747

4848
- name: Checkout
4949
uses: actions/checkout@v4
@@ -85,7 +85,7 @@ jobs:
8585
8686
./ci/rebase-branch.sh "origin/shears/$BRANCH" "$UPSTREAM" ./ci
8787
env:
88-
GH_TOKEN: ${{ github.token }}
88+
GH_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}
8989

9090
- name: Run rebase (all branches)
9191
if: env.BRANCH == 'all'
@@ -118,7 +118,7 @@ jobs:
118118
echo ""
119119
echo "All branches processed successfully!"
120120
env:
121-
GH_TOKEN: ${{ github.token }}
121+
GH_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}
122122

123123
- name: Upload recovery archive on failure
124124
if: failure()

0 commit comments

Comments
 (0)