Skip to content

Commit

Permalink
setup provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Jul 19, 2024
1 parent 7f3a7e0 commit 528bacb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
publish:
name: Publish
permissions:
id-token: write
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -42,6 +44,7 @@ jobs:
- name: Publish
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
run: |
pnpm config set //registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}
pnpm -F @ensdomains/ensjs publish
Expand Down

0 comments on commit 528bacb

Please sign in to comment.