Skip to content

Commit f0569a3

Browse files
author
Martin Clauss
committed
Fix upload permission for release workflow
1 parent a13e284 commit f0569a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
artifact_name: isar.wasm
3838
script: build_wasm.sh
3939
runs-on: ${{ matrix.os }}
40+
permissions:
41+
contents: write
4042
steps:
4143
- uses: actions/checkout@v3
4244
- name: Prepare Build

0 commit comments

Comments
 (0)