We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad676dc commit 7ae4621Copy full SHA for 7ae4621
.github/workflows/nodejs.yml
@@ -135,9 +135,10 @@ jobs:
135
136
release:
137
permissions:
138
- contents: write # for semantic-release
139
- issues: write # to create comment
140
- pull-requests: write # to create comment
+ contents: write # to be able to publish a GitHub release
+ issues: write # to be able to comment on released issues
+ pull-requests: write # to be able to comment on released pull requests
141
+ id-token: write # to enable use of OIDC for npm provenance
142
143
if:
144
# prettier-ignore
package.json
@@ -158,5 +158,8 @@
158
"packageManager": "[email protected]",
159
"engines": {
160
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
161
+ },
162
+ "publishConfig": {
163
+ "provenance": true
164
}
165
0 commit comments