diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 951f26c78..419d1023b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,6 +37,8 @@ jobs: artifact_name: isar.wasm script: build_wasm.sh runs-on: ${{ matrix.os }} + permissions: + contents: write steps: - uses: actions/checkout@v3 - name: Prepare Build