Skip to content

Commit

Permalink
chore: enable npm provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold committed Sep 26, 2023
1 parent 5814b02 commit 064da22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
name: Release
runs-on: ubuntu-22.04
needs: build-test
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
provenance=true

0 comments on commit 064da22

Please sign in to comment.