Skip to content

Commit 508be73

Browse files
committed
update
1 parent 291eca0 commit 508be73

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,15 @@ jobs:
5656
- run: npm ci
5757
- run: npm run build
5858
- run: npm run test:badges
59+
5960
- name: Debug secrets
6061
run: |
6162
echo "NPM_TOKEN set? ${{ secrets.NPM_TOKEN != '' }}"
6263
echo "GITHUB_TOKEN set? ${{ secrets.GITHUB_TOKEN != '' }}"
64+
6365
- name: Set up .npmrc with auth token
64-
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > /home/runner/.npmrc
66+
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}"
67+
# run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > /home/runner/work/_temp/.npmrc
6568
env:
6669
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6770

0 commit comments

Comments
 (0)