Skip to content

Commit ef45b5a

Browse files
committed
Fix
1 parent 6c6e6a2 commit ef45b5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/release-drafter.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
update_release_draft:
1013
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
1116
steps:
1217
- uses: release-drafter/release-drafter@v5
1318
env:

0 commit comments

Comments
 (0)