Skip to content

Commit 8954e86

Browse files
authored
Re-enable provenance (#30)
1 parent 47e9fa1 commit 8954e86

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.changeset/beige-phones-thank.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@changesets/ghcommit": patch
3+
---
4+
5+
Re-enable provenance when publishing to NPM

.github/workflows/release-and-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
permissions:
99
contents: write
1010
pull-requests: write
11+
id-token: write
1112

1213
jobs:
1314
release-and-publish:

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
provenance=true
12
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

0 commit comments

Comments
 (0)