From 29d72c7923ab12e475974c1d1da7e71601e2009b Mon Sep 17 00:00:00 2001 From: Lars Lubkoll <11710767+lubkoll@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:16:03 +0000 Subject: [PATCH] Add write permissions to create-release workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af33c933d..414a345dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,8 @@ on: jobs: create-release: runs-on: ubuntu-latest + permissions: + contents: write steps: - name: tests uses: actions/checkout@v3