Skip to content

Commit 3e19259

Browse files
committed
Add NODE_AUTH_TOKEN to whoami step
1 parent f5d8c65 commit 3e19259

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
run: |
7474
npm whoami
7575
npm view django-ai-assistant-client name version || echo "Package not found yet in npm registry (first publish path)."
76+
env:
77+
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
7678

7779
- name: Publish package distributions to npm
7880
working-directory: ./frontend

0 commit comments

Comments
 (0)