Skip to content

Commit 554e84d

Browse files
committed
ci: Add missing "contents: write" permission for the GitHub Release step.
Fixes #1127
1 parent b6deb15 commit 554e84d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ jobs:
191191
needs: [lint, check, prepare-release-notes]
192192
runs-on: ubuntu-latest
193193
permissions:
194+
contents: write
194195
id-token: write
195196
steps:
196197
- name: Download distributions

0 commit comments

Comments
 (0)