Skip to content

Commit a9ef93d

Browse files
authored
Update NODE_AUTH_TOKEN in publish-package.yml
Set NODE_AUTH_TOKEN to empty for package installation. Signed-off-by: Lee Calcote <leecalcote@gmail.com>
1 parent 25d4970 commit a9ef93d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,10 @@ jobs:
7171
7272
- name: Publish Package
7373
env:
74-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
74+
NODE_AUTH_TOKEN: '' # Explicitly empty for install
7575
run: |
7676
set -e
7777
npm publish --provenance --access public --verbose
78-
env:
79-
NODE_AUTH_TOKEN: '' # Explicitly empty for install
8078
8179
- name: Pull changes from remote
8280
run: git pull origin master

0 commit comments

Comments
 (0)