From 0724f7300a277f2076b553f7a81bea7682d98a7b Mon Sep 17 00:00:00 2001 From: Vincent Ruello <5345986+vruello@users.noreply.github.com> Date: Sat, 7 Sep 2024 13:10:42 +0200 Subject: [PATCH] Set Github token permissions for create release job --- .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 1d7708e..2d483a6 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -48,6 +48,9 @@ jobs: name: Github release draft needs: [build] runs-on: ubuntu-latest + # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job. + permissions: + contents: write steps: - name: Download debian bookworm package uses: actions/download-artifact@v4