Skip to content

Commit

Permalink
ci: adjust permissions for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Dec 7, 2024
1 parent fd57cb4 commit bd101af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
release:
name: 'Release: Publish to NPM'
permissions:
contents: read # for checkout
issues: write # for release notes, comments…
contents: write # for checkout + push + release creation
id-token: write # to enable use of OIDC for npm provenanc
if: always() && github.event.inputs.release == 'true' && github.event.inputs.dryrun == 'false'
runs-on: ubuntu-latest
Expand Down

0 comments on commit bd101af

Please sign in to comment.