Skip to content

Commit 60f760d

Browse files
committed
ci: set registry-url and auth token in setup-node
Signed-off-by: Michael Molisani <[email protected]>
1 parent 3a3ff4c commit 60f760d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
with:
2828
node-version: 20
2929
cache: "npm"
30+
registry-url: "https://registry.npmjs.org/"
31+
env:
32+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3033

3134
- run: npm ci --legacy-peer-deps
3235
- uses: nrwl/nx-set-shas@v4

0 commit comments

Comments
 (0)