Skip to content

Commit

Permalink
chore(workflow): fix publish rights with npm provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
jailln authored and Desplandis committed Oct 16, 2023
1 parent cb29ab6 commit 63f70be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,11 @@ jobs:
needs: [unit-and-coverage-tests, functional-tests, check-commit-message]
runs-on: ubuntu-latest
permissions:
# id-token: write permission is required for npm provenance:
# https://docs.npmjs.com/generating-provenance-statements#publishing-packages-with-provenance-via-github-actions
id-token: write
# contents: write is required for git push
contents: write
steps:

- uses: actions/checkout@v3
Expand Down

0 comments on commit 63f70be

Please sign in to comment.