Skip to content

Commit

Permalink
npm provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
adaptive committed Aug 8, 2023
1 parent aae743e commit b92c35c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
Expand All @@ -20,6 +23,6 @@ jobs:
scope: "@adaptivelink"
cache: 'pnpm'
- name: Publish
run: npm publish --access public
run: npm publish --provenance--access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit b92c35c

Please sign in to comment.