Skip to content

Commit 97f749c

Browse files
committed
ci: update release workflow permissions
1 parent e22ad60 commit 97f749c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ jobs:
88
name: Release
99
runs-on: ubuntu-latest
1010
permissions:
11-
contents: write
11+
contents: write # for Creating tags and releases
12+
issues: write # for Editing issue content, Commenting on issues, Closing issues
13+
pull-requests: write # for Commenting on PRs, Merging or closing PRs
14+
id-token: write # for publishing to NPM with Provenance
15+
# packages: write # for publishing to GitHub Packages
1216
steps:
1317
- name: Checkout code
1418
uses: actions/checkout@v4

0 commit comments

Comments
 (0)