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 5c45210 commit 12aadc9Copy full SHA for 12aadc9
.github/workflows/release.yml
@@ -8,6 +8,11 @@ name: Release
8
- "*.x"
9
jobs:
10
release:
11
+ permissions:
12
+ contents: write # to be able to publish a GitHub release
13
+ issues: write # to be able to comment on released issues
14
+ pull-requests: write # to be able to comment on released pull requests
15
+ id-token: write # to enable use of OIDC for npm provenance
16
name: release
17
runs-on: ubuntu-latest
18
steps:
package.json
@@ -88,7 +88,8 @@
88
"trailingComma": "es5"
89
},
90
"publishConfig": {
91
- "access": "public"
+ "access": "public",
92
+ "provenance": true
93
94
"repository": {
95
"type": "git",
0 commit comments