Skip to content

Commit

Permalink
chore: enable provenance (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored May 19, 2024
1 parent 1bcd9fb commit 610481b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: Release
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -26,3 +29,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true # https://github.com/changesets/changesets/issues/1152

0 comments on commit 610481b

Please sign in to comment.