Skip to content

Commit 8b8409b

Browse files
committed
Fix up "Use symbolic GitHub Actions Node.js versions (microsoft#49403)"
1 parent f72b1ba commit 8b8409b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nightly.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-node@v3
19+
with:
20+
registry-url: https://registry.npmjs.org/
1921
- name: Setup and publish nightly
2022
run: |
2123
npm whoami
@@ -26,4 +28,4 @@ jobs:
2628
gulp clean
2729
npm publish --tag next
2830
env:
29-
NPM_TOKEN: ${{secrets.npm_token}}
31+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)