Skip to content

Commit

Permalink
fix(#164): add provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrad26 committed Nov 9, 2023
1 parent 74ec4e7 commit 7ad0b23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
&& !contains(github.event.head_commit.message, 'ci-skip')
name: Create release - Node.js v18.16.1
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write

steps:
- name: Checkout
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
"access": "public",
"provenance": true
},
"prettier": {
"quoteProps": "consistent",
Expand Down

0 comments on commit 7ad0b23

Please sign in to comment.