From 37c705620489f4a1723739ca21d4ea43460d4863 Mon Sep 17 00:00:00 2001 From: DarkFighterLuke Date: Tue, 7 May 2024 15:04:36 +0200 Subject: [PATCH] Give write permission to upload --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2413731..ce8ebdd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -43,6 +43,8 @@ jobs: - name: Upload Release uses: svenstaro/upload-release-action@v2 + permissions: + contents: write with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ${{ steps.jprm.outputs.artifact }}