Skip to content

Commit fb3c87d

Browse files
committed
Changesets publishing to NPM with OIDC
1 parent 240ec64 commit fb3c87d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/changesets.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
id-token: write
10+
contents: read
11+
812
jobs:
913
release:
1014
runs-on: ubuntu-latest
@@ -27,3 +31,4 @@ jobs:
2731
env:
2832
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2933
NPM_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
34+
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)