From ecda8c174b558d8e0ff34ab64d96e62db07fb6d8 Mon Sep 17 00:00:00 2001 From: Justin Lamp Date: Mon, 27 May 2024 14:29:05 +0200 Subject: [PATCH] Add write permission to GITHUB_TOKEN to create release Signed-off-by: Justin Lamp --- .github/workflows/release.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0bc60ba..accf237 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,9 +6,10 @@ on: - 'v*' jobs: - build: + release: runs-on: ubuntu-latest - + permissions: + contents: write steps: - name: Checkout code uses: actions/checkout@v3