From cd88fb0a7c125c5490ebe03b45d98e313b485f03 Mon Sep 17 00:00:00 2001 From: Giao The Cung Date: Mon, 23 Oct 2023 09:28:26 +0200 Subject: [PATCH] Sette permissions for GHA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Geir André Lund Co-authored-by: Knut Magne Riise --- .github/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7601b00..49227cc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,6 +21,9 @@ jobs: release: name: Create Release needs: build + permissions: + contents: write + packages: write runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' && !contains(github.event.head_commit.message, 'ci skip') steps: