Skip to content

Commit bd5ba81

Browse files
committed
SBCOSS-482: updated workflow
1 parent 949a7e3 commit bd5ba81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-sb-dashlets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
run: |
4343
npm run build-lib
4444
npm pack ./dist/sb-dashlets
45-
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
45+
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc
4646
npm publish ./dist/sb-dashlets

0 commit comments

Comments
 (0)