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 723952c commit 914a00fCopy full SHA for 914a00f
.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
@@ -78,7 +78,8 @@
78
"trailingComma": "es5"
79
},
80
"publishConfig": {
81
- "access": "public"
+ "access": "public",
82
+ "provenance": true
83
84
"repository": {
85
"type": "git",
0 commit comments