Skip to content

Commit 0c7108e

Browse files
committed
Fix provenance
1 parent 32c7f35 commit 0c7108e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: lts/*
28+
registry-url: 'https://registry.npmjs.org'
2829

2930
- name: Setup pnpm
3031
uses: pnpm/action-setup@v4
@@ -79,6 +80,7 @@ jobs:
7980
env:
8081
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8182
NPM_CONFIG_PROVENANCE: true
83+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8284

8385
- name: Auto-merge non-major version PR
8486
if: steps.changesets.outputs.hasChangesets == 'true' && steps.changesets.outputs.pullRequestNumber != '' && steps.major.outputs.found == 'false'

0 commit comments

Comments
 (0)