Skip to content

Commit b3d5cad

Browse files
authored
Remove NODE_AUTH_TOKEN from NPM publish step
Removed NODE_AUTH_TOKEN environment variable from NPM publish step.
1 parent ef9aab8 commit b3d5cad

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,3 @@ jobs:
7373
registry-url: "https://registry.npmjs.org"
7474
- name: Publish package to NPM
7575
run: npm publish
76-
env:
77-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)