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 abfa007 commit 5eae2b2Copy full SHA for 5eae2b2
1 file changed
.github/workflows/release.yml
@@ -12,7 +12,8 @@ jobs:
12
release:
13
name: Release
14
runs-on: ubuntu-latest
15
- contents: write # to be able to publish a GitHub release
+ permissions:
16
+ contents: write # to be able to publish a GitHub release
17
issues: write # to be able to comment on released issues
18
pull-requests: write # to be able to comment on released pull requests
19
id-token: write # to enable use of OIDC for trusted publishing and npm provenance
0 commit comments