We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd57cb4 commit bd101afCopy full SHA for bd101af
.github/workflows/release.yml
@@ -48,7 +48,8 @@ jobs:
48
release:
49
name: 'Release: Publish to NPM'
50
permissions:
51
- contents: read # for checkout
+ issues: write # for release notes, comments…
52
+ contents: write # for checkout + push + release creation
53
id-token: write # to enable use of OIDC for npm provenanc
54
if: always() && github.event.inputs.release == 'true' && github.event.inputs.dryrun == 'false'
55
runs-on: ubuntu-latest
0 commit comments