From f0569a3ebfa1698be61e3facdb36bf3eb9d31276 Mon Sep 17 00:00:00 2001 From: Martin Clauss Date: Thu, 7 Mar 2024 20:26:39 +0100 Subject: [PATCH] Fix upload permission for release workflow --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 951f26c7..419d1023 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