Skip to content

Commit c89011d

Browse files
committed
debug
1 parent 53716a0 commit c89011d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ jobs:
2222
run: |
2323
git config user.name "${GITHUB_ACTOR}"
2424
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
25-
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
25+
echo //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} > .npmrc
2626
cat .npmrc
27-
env:
28-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2927
- name: Install dependencies
3028
run: npm ci
3129
- name: Run tests

0 commit comments

Comments
 (0)