Skip to content

Commit 7e34732

Browse files
Copilotairtonix
andcommitted
Remove NPM_AUTH_TOKEN from release workflow for npm trusted publishing
Co-authored-by: airtonix <61225+airtonix@users.noreply.github.com>
1 parent ac9666e commit 7e34732

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,7 @@ jobs:
6464
mise run integrationtest
6565
6666
- if: ${{ needs.Process.outputs.releases_created == 'true' }}
67-
env:
68-
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
6967
run: mise run publish TAG=latest
7068

7169
- if: ${{ needs.Process.outputs.prs_created == 'true' }}
72-
env:
73-
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
7470
run: mise run publish TAG=next

0 commit comments

Comments
 (0)