We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2bce9 commit 11b9a4fCopy full SHA for 11b9a4f
.github/workflows/ci.yml
@@ -207,15 +207,13 @@ jobs:
207
concurrency:
208
group: integration-merge
209
cancel-in-progress: true
210
- permissions:
211
- contents: write
212
- packages: read
213
needs: [build-pull, build-platforms]
214
if: github.ref == 'refs/heads/staging'
215
steps:
216
- uses: actions/checkout@v4
217
with:
218
fetch-depth: 0
+ token: ${{ secrets.GH_TOKEN }}
219
- name: Merge into master
220
env:
221
GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments