Skip to content

Commit 4b34329

Browse files
Fix permissions
Write access is needed, for some reason, to generate release notes.
1 parent 52208ef commit 4b34329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cancel-in-progress: false
2121

2222
permissions:
23-
contents: read
23+
contents: write
2424
issues: write
2525

2626
steps:

0 commit comments

Comments
 (0)