Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 6a41738

Browse files
committed
trying to add more permissions
1 parent 674a1f7 commit 6a41738

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ on:
66
- main
77

88
permissions:
9-
contents: read
9+
contents: write
1010
pull-requests: write
1111

1212
# The release-drafter action adds PR titles to the release notes once these are merged to main.
1313
# A draft release is kept up-to-date listing the changes for the next minor release version.
1414
jobs:
1515
update_release_draft:
16-
permissions:
17-
contents: write
1816
runs-on: ubuntu-latest
1917
steps:
2018
- uses: release-drafter/release-drafter@v5

0 commit comments

Comments
 (0)