We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291eca0 commit 508be73Copy full SHA for 508be73
.github/workflows/ci.yml
@@ -56,12 +56,15 @@ jobs:
56
- run: npm ci
57
- run: npm run build
58
- run: npm run test:badges
59
+
60
- name: Debug secrets
61
run: |
62
echo "NPM_TOKEN set? ${{ secrets.NPM_TOKEN != '' }}"
63
echo "GITHUB_TOKEN set? ${{ secrets.GITHUB_TOKEN != '' }}"
64
65
- name: Set up .npmrc with auth token
- 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
68
env:
69
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
70
0 commit comments