Skip to content

Commit 39c4aef

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release-analysis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ jobs:
144144
npm ci || (echo "npm ci failed, regenerating lock file and retrying..." && npm install --package-lock-only && npm ci)
145145
npm version ${{ needs.build.outputs.version }} --no-git-tag-version --allow-same-version
146146
npm publish --tag latest --access public
147-
env:
148-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
149147
150148
# Publish to Docker Hub
151149
publish_docker:

0 commit comments

Comments
 (0)