Skip to content

Commit

Permalink
Enable provenance on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jul 23, 2024
1 parent cc41aba commit 2cb469e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:

jobs:
stable:
permissions:
contents: read
id-token: write
if: github.ref == 'refs/heads/master'
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
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 2cb469e

Please sign in to comment.