Skip to content

Commit ebeba50

Browse files
Remove NODE_AUTH_TOKEN from npm publish step
Removed NODE_AUTH_TOKEN environment variable from npm publish step.
1 parent 5cd32a9 commit ebeba50

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release-visualization.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ jobs:
164164
run: |
165165
npm version ${{ needs.build.outputs.version }} --no-git-tag-version --allow-same-version
166166
npm publish --tag latest
167-
env:
168-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
169167
170168
# Publish to Docker Hub
171169
publish_docker:

0 commit comments

Comments
 (0)