From fc5d5bd21ffee2a0a54e6a347cd8856a642ddf5a Mon Sep 17 00:00:00 2001 From: Peter Allen Webb Date: Sat, 1 Jun 2024 16:33:41 -0400 Subject: [PATCH] Add contents: write permission --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3de7f8a..59ab1118 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,6 +51,8 @@ jobs: test-and-build: name: Test and Build needs: [update-version-and-create-changelog] + permissions: + contents: write # this is the permission that allows creating a new release runs-on: ubuntu-latest environment: name: ${{ inputs.deploy-to }}