There was an error while loading. Please reload this page.
1 parent 8b5c910 commit 963cae3Copy full SHA for 963cae3
1 file changed
.github/workflows/rebase-shears.yml
@@ -43,7 +43,7 @@ jobs:
43
--allow-tool 'web_fetch'
44
echo "Copilot CLI is working!"
45
env:
46
- GH_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}
47
48
- name: Checkout
49
uses: actions/checkout@v4
@@ -85,7 +85,7 @@ jobs:
85
86
./ci/rebase-branch.sh "origin/shears/$BRANCH" "$UPSTREAM" ./ci
87
88
89
90
- name: Run rebase (all branches)
91
if: env.BRANCH == 'all'
@@ -118,7 +118,7 @@ jobs:
118
echo ""
119
echo "All branches processed successfully!"
120
121
122
123
- name: Upload recovery archive on failure
124
if: failure()
0 commit comments