Skip to content

Commit 6e2bce9

Browse files
committed
ci: fix permissions
1 parent 9eec5dd commit 6e2bce9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ jobs:
207207
concurrency:
208208
group: integration-merge
209209
cancel-in-progress: true
210+
permissions:
211+
contents: write
212+
packages: read
210213
needs: [build-pull, build-platforms]
211214
if: github.ref == 'refs/heads/staging'
212215
steps:

0 commit comments

Comments
 (0)