Skip to content

Commit 8f8af27

Browse files
committed
permissions fix
1 parent c5fea73 commit 8f8af27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_promotion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Create draft Release Notes
1818
runs-on: ubuntu-latest
1919
permissions:
20-
contents: read
20+
contents: write
2121
steps:
2222
- name: Check out repository
2323
uses: actions/checkout@v4

0 commit comments

Comments
 (0)