Skip to content

Commit

Permalink
fix provenance (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Arregui committed Jun 13, 2023
1 parent 8c29f89 commit 1f232b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ name: Publish NPM package
jobs:
install:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@master
- name: Use Node.js 18.x
Expand All @@ -29,6 +32,7 @@ jobs:
uses: menduz/oddish-action@master
with:
cwd: ./dist
provenance: true
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: report coverage
Expand Down

0 comments on commit 1f232b5

Please sign in to comment.