Skip to content

Commit

Permalink
Generate provenance statements when publishing (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore authored Dec 21, 2024
1 parent 08658d6 commit bc27367
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
npm:
name: NPM Package
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -34,6 +36,7 @@ jobs:
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
provenance: true
github:
name: GitHub release
runs-on: ubuntu-latest
Expand Down

0 comments on commit bc27367

Please sign in to comment.