Skip to content

Commit 9d2e041

Browse files
committed
chore: check npm token
1 parent 9286078 commit 9d2e041

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/code_health.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,9 @@ jobs:
4242
cache: "npm"
4343
- name: Install dependencies
4444
run: npm ci
45+
- name: Check NPM
46+
env:
47+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
48+
run: npm whoami
4549
- name: Run tests
4650
run: npm test

0 commit comments

Comments
 (0)