We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb472f commit 7c618e8Copy full SHA for 7c618e8
.github/workflows/package.yml
@@ -13,6 +13,8 @@ concurrency:
13
14
permissions:
15
contents: write
16
+ # See https://docs.npmjs.com/generating-provenance-statements#about-npm-provenance
17
+ id-token: write
18
19
jobs:
20
package:
npm-deploy.sh
@@ -90,6 +90,7 @@ cat << EOF > "$OUTPUT/npm/staging/package.json"
90
"url": "git+https://github.com/sourcemeta/jsonschema.git"
91
},
92
"publishConfig": {
93
+ "provenance": true,
94
"access": "public"
95
96
"devDependencies": {
0 commit comments