We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef81edb commit 0724f73Copy full SHA for 0724f73
1 file changed
.github/workflows/release-draft.yml
@@ -48,6 +48,9 @@ jobs:
48
name: Github release draft
49
needs: [build]
50
runs-on: ubuntu-latest
51
+ # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
52
+ permissions:
53
+ contents: write
54
steps:
55
- name: Download debian bookworm package
56
uses: actions/download-artifact@v4
0 commit comments