Skip to content

Commit 0724f73

Browse files
committed
Set Github token permissions for create release job
1 parent ef81edb commit 0724f73

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-draft.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
name: Github release draft
4949
needs: [build]
5050
runs-on: ubuntu-latest
51+
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
52+
permissions:
53+
contents: write
5154
steps:
5255
- name: Download debian bookworm package
5356
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)