Skip to content

Commit bd101af

Browse files
committed
ci: adjust permissions for releases
1 parent fd57cb4 commit bd101af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
release:
4949
name: 'Release: Publish to NPM'
5050
permissions:
51-
contents: read # for checkout
51+
issues: write # for release notes, comments…
52+
contents: write # for checkout + push + release creation
5253
id-token: write # to enable use of OIDC for npm provenanc
5354
if: always() && github.event.inputs.release == 'true' && github.event.inputs.dryrun == 'false'
5455
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)