Skip to content

Commit 68f638b

Browse files
authored
remove node_auth_token from ci (#81)
1 parent 5fd3b27 commit 68f638b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
uses: actions/setup-node@v6
4040
with:
4141
node-version: '20'
42+
registry-url: 'https://registry.npmjs.org/'
4243

4344
- name: Install dependencies
4445
run: npm ci
@@ -72,8 +73,6 @@ jobs:
7273
############# NPM RELEASE ##############
7374
- name: Publish to NPM
7475
run: npm publish --provenance --access public # Add npm --tag (dist-tag) later
75-
env:
76-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7776

7877
- name: Success notification
7978
run: |

0 commit comments

Comments
 (0)