Skip to content

Commit 1fbf28b

Browse files
committed
ci: remove unused auth tokens from release workflow
1 parent 1954eb8 commit 1fbf28b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
node-version: 22
4949
cache: 'npm'
5050
registry-url: 'https://registry.npmjs.org'
51-
always-auth: true
5251

5352
- name: Install dependencies
5453
run: npm ci
@@ -63,8 +62,6 @@ jobs:
6362
DEBUG: release-it:*,@release-it/*
6463
HUSKY: 0
6564
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
67-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6865
run: |
6966
VERSION_ARG=""
7067
if [ -n "${{ inputs.version }}" ]; then

0 commit comments

Comments
 (0)