Skip to content

Commit 3272b4c

Browse files
ci: change permission to write to open PRs
1 parent 9034ba8 commit 3272b4c

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
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 15
1818
runs-on: ubuntu-latest
1919
permissions:
20-
contents: read
20+
contents: write
2121
id-token: write
2222
steps:
2323
- name: Checkout code repository

0 commit comments

Comments
 (0)