Skip to content

Commit

Permalink
Generate provenance statements when publishing (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore authored Dec 21, 2024
1 parent 5ebdb6c commit 8518d28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"prepublishOnly": "rollup -c",
"test": "mocha --timeout 10000"
},
"publishConfig": {
"provenance": true
},
"dependencies": {
"ansi-regex": "^6.0.1",
"chalk": "^5.0.0",
Expand Down

0 comments on commit 8518d28

Please sign in to comment.