Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate provenance statements when publishing
Browse files Browse the repository at this point in the history
LitoMore committed Dec 21, 2024
1 parent 5ebdb6c commit 4f2a9fa
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ jobs:
contents: write # to create a GitHub Release
issues: write # to comment on issues included in a release
pull-requests: write # to comment on Pull Requests included in a release
id-token: write # to generate npm provenance statements
steps:
- name: Checkout
uses: actions/checkout@v4
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -35,6 +35,10 @@
"prepublishOnly": "rollup -c",
"test": "mocha --timeout 10000"
},
"publishConfig": {
"provenance": true,
"access": "public"
},
"dependencies": {
"ansi-regex": "^6.0.1",
"chalk": "^5.0.0",

0 comments on commit 4f2a9fa

Please sign in to comment.