Skip to content

Commit c050587

Browse files
authored
Permissions release-drafter.yml
1 parent 24605d2 commit c050587

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release-drafter.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ on:
1010
jobs:
1111
update_release_draft:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
15+
pull-requests: write
1316
steps:
14-
- uses: release-drafter/release-drafter@v5.24.0
17+
- uses: release-drafter/release-drafter@v5
1518
env:
1619
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)