Skip to content

Commit 16b1305

Browse files
authored
fix: add the NPM token for the npm publish of dist-dynamic packages (#1008)
Signed-off-by: David Festal <[email protected]>
1 parent 6c59ad3 commit 16b1305

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/build/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ runs:
1212
with:
1313
node-version-file: '.nvmrc'
1414
cache: 'yarn'
15+
registry-url: 'https://registry.npmjs.org'
1516

1617
- name: Setup local Turbo cache
1718
uses: dtinth/setup-github-actions-caching-for-turbo@v1

.github/workflows/push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ jobs:
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
42+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4243
NODE_OPTIONS: '--max-old-space-size=8192'

0 commit comments

Comments
 (0)