Skip to content

Commit

Permalink
fix: permissions for npm provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
vscaiceanu-1a committed Sep 29, 2023
1 parent 86edb83 commit 31d2201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -38,6 +36,8 @@ jobs:
needs: build
environment: production
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 31d2201

Please sign in to comment.