From 42af595025badca0a56774df73cb67df48a46443 Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Thu, 13 Nov 2025 10:29:29 +0100 Subject: [PATCH] chore: remove obsolete npm token Removed NODE_AUTH_TOKEN from npm publish step. --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e12fd0f..1ab301b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,8 +48,6 @@ jobs: - name: Publish to npm run: npm publish --tag ${{ github.event.inputs.tag || 'latest' }} --access public --provenance ${{ github.event.inputs.dry-run == 'true' && '--dry-run' || '' }} - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Get Version id: get-version