Skip to content

Commit

Permalink
ci: add extra permissions for provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
mscharley committed Oct 21, 2023
1 parent 7154fec commit 5765443
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
uses: mscharley/.github/.github/workflows/changesets.yml@main
permissions:
contents: read
id-token: write
secrets:
token: ${{ secrets.DEPENDENCY_UPDATE_GITHUB_TOKEN }}
npm-token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 5765443

Please sign in to comment.