Skip to content

Commit 74d4d30

Browse files
committed
Fix permissions for release action
1 parent d0baee3 commit 74d4d30

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
@@ -8,7 +8,7 @@ on:
88
concurrency: ${{ github.workflow }}-${{ github.ref }}
99

1010
permissions:
11-
contents: read
11+
contents: write # needed for release PR creation
1212
id-token: write # needed for provenance
1313

1414
jobs:

0 commit comments

Comments
 (0)