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 058cf41 commit 53e204eCopy full SHA for 53e204e
.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
@@ -65,7 +65,8 @@
65
"trailingComma": "es5"
66
},
67
"publishConfig": {
68
- "access": "public"
+ "access": "public",
69
+ "provenance": true
70
71
"repository": {
72
"type": "git",
0 commit comments