From 37b64ca51fbf7122e50d4a632aea74e207d38931 Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Wed, 18 Sep 2024 17:00:30 +0200 Subject: [PATCH] Give release workflow permission to create a release --- .github/workflows/create-release-artifacts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/create-release-artifacts.yml b/.github/workflows/create-release-artifacts.yml index b27a1c359..2767943a0 100644 --- a/.github/workflows/create-release-artifacts.yml +++ b/.github/workflows/create-release-artifacts.yml @@ -125,6 +125,8 @@ jobs: release: runs-on: ubuntu-latest needs: [windows, macos, linux] + permissions: + contents: write steps: - name: Get version from tag shell: bash