Skip to content

Commit ae43629

Browse files
committed
wip
1 parent 66041e1 commit ae43629

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check-npm-token-permissions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: Check NPM Publish Permissions
33
on:
44
push:
55
env:
6-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
77
jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout repository
1212
uses: actions/checkout@v4
1313

14-
- name: Configure npm authentication
15-
run: |
16-
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
14+
# - name: Configure npm authentication
15+
# run: |
16+
# echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
1717

1818
- name: Set up Node.js
1919
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)