From e41a9c9057c9ae462d0a7203a3cae34445f894d6 Mon Sep 17 00:00:00 2001 From: nca-work <219591949+nca-work@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:12:30 +1200 Subject: [PATCH] ci: Remove NODE_AUTH_TOKEN env var in publish step --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 43e6d1a8..db62f5fd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,8 +57,6 @@ jobs: GH_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Publish to npm - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} run: npm publish ${{ inputs.dry_run && '--dry-run' || '' }} working-directory: xero-node