From 54a4af30c83b926e4f2c477b11de10ec899d1756 Mon Sep 17 00:00:00 2001 From: Gary Tierney Date: Sun, 7 Apr 2024 18:37:56 +0100 Subject: [PATCH] Give write permissions to release drafter --- .github/workflows/release_draft.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release_draft.yml b/.github/workflows/release_draft.yml index 8bdc621..a5c04d2 100644 --- a/.github/workflows/release_draft.yml +++ b/.github/workflows/release_draft.yml @@ -218,6 +218,9 @@ jobs: # "host" however must run to completion, no skipping allowed! if: ${{ always() && needs.host.result == 'success' }} runs-on: "ubuntu-20.04" + permissions: + # write permission is required to create a github release + contents: write env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: