Skip to content

Commit 354db6d

Browse files
committed
chore: update npm auth and registry configuration
1 parent fc55f5a commit 354db6d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ jobs:
3232
node-version: '20'
3333
registry-url: 'https://registry.npmjs.org/'
3434

35-
- name: Configure npm auth and registry for scope
36-
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
37-
env:
38-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
39-
40-
- name: Test npm auth
41-
run: npm whoami || echo "🔒 Auth failed — token is likely invalid or not scoped correctly"
42-
4335
- name: Install dependencies
4436
run: npm ci
4537

0 commit comments

Comments
 (0)