Skip to content

Commit

Permalink
ci: add provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
owlcode committed Feb 21, 2024
1 parent 068e020 commit b9eab8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
run: yarn run ci

release:
permissions:
id-token: write

runs-on: ubuntu-latest

needs: build
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"publishConfig": {
"access": "public",
"provenance": true,
"registry": "https://registry.npmjs.org/"
},
"keywords": [
Expand Down

0 comments on commit b9eab8f

Please sign in to comment.