Skip to content

Commit 11b9a4f

Browse files
committed
ci: fix token
1 parent 6e2bce9 commit 11b9a4f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,15 +207,13 @@ jobs:
207207
concurrency:
208208
group: integration-merge
209209
cancel-in-progress: true
210-
permissions:
211-
contents: write
212-
packages: read
213210
needs: [build-pull, build-platforms]
214211
if: github.ref == 'refs/heads/staging'
215212
steps:
216213
- uses: actions/checkout@v4
217214
with:
218215
fetch-depth: 0
216+
token: ${{ secrets.GH_TOKEN }}
219217
- name: Merge into master
220218
env:
221219
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)