Skip to content

Commit f10d3ed

Browse files
committed
Enable provenance on releases
1 parent 699aa36 commit f10d3ed

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66

77
jobs:
88
stable:
9+
permissions:
10+
contents: read
11+
id-token: write
912
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
1013
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
1114
with:

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
enable-pre-post-scripts=true
2+
provenance=true

0 commit comments

Comments
 (0)