Skip to content

Commit 0488246

Browse files
ci: Add write permissions for contents, issues, and pull requests to the release workflow.
1 parent 62196d7 commit 0488246

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
environment: production
12+
permissions:
13+
contents: write # to be able to publish a GitHub release
14+
issues: write # to be able to comment on released issues
15+
pull-requests: write # to be able to comment on released pull requests
1216

1317
steps:
1418
- name: Checkout repo

0 commit comments

Comments
 (0)