Skip to content

Commit

Permalink
chore: add provenance to npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jul 24, 2023
1 parent eba19be commit ca1e4f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
outputs:
paths_released: ${{ steps.release.outputs.paths_released }}
steps:
Expand Down
3 changes: 3 additions & 0 deletions packages/adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
"metamask-testing-tools": "^1.1.4",
"typescript": "5.1.6"
},
"publishConfig": {
"provenance": true
},
"eslintConfig": {
"extends": [
"../../node_modules/hd-scripts/eslint/index.js"
Expand Down
3 changes: 3 additions & 0 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
"sinon-chai": "^3.7.0",
"typescript": "5.1.6"
},
"publishConfig": {
"provenance": true
},
"eslintConfig": {
"extends": [
"../../node_modules/hd-scripts/eslint/index.js"
Expand Down

0 comments on commit ca1e4f5

Please sign in to comment.