From db6c9497c746fb578a3a4e23aa633b31d91047ff Mon Sep 17 00:00:00 2001 From: Frank Wunderlich Date: Sun, 18 Feb 2024 19:27:50 +0100 Subject: [PATCH] ci: fix permission error --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00198415dacb..78aabaea14db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,8 @@ permissions: {} # none jobs: # This workflow contains a single job called "build" build: + permissions: + contents: write # for softprops/action-gh-release to create GitHub release # The type of runner that the job will run on runs-on: ubuntu-latest