Skip to content

Commit

Permalink
chore: add provenance (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-uniswap authored Aug 1, 2024
1 parent 65bce6f commit ea7b2a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
group: npm-deploy
environment:
name: release
permissions:
id-token: write
steps:
- name: Load secret
uses: 1password/load-secrets-action@581a835fb51b8e7ec56b71cf2ffddd7e68bb25e0
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"lint": "tsdx lint src test",
"prepublishOnly": "yarn test && yarn build"
},
{
"access": "public",
"provenance": true
},
"peerDependencies": {},
"husky": {
"hooks": {
Expand Down

0 comments on commit ea7b2a2

Please sign in to comment.