Skip to content

Commit 13ec1f1

Browse files
committed
fix: add contents write permission to release job for asset uploads
1 parent 1833ed2 commit 13ec1f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,8 @@ jobs:
368368
runs-on: ubuntu-latest
369369
needs: [tinygo-component, integration-test, quality-gate] # rust-component disabled
370370
if: github.event_name == 'release' && github.event.action == 'published'
371+
permissions:
372+
contents: write # Required to upload release assets
371373

372374
steps:
373375
- name: Checkout code

0 commit comments

Comments
 (0)