From fa6983dff01f411160ceccec9f638e3b9ac1a6d9 Mon Sep 17 00:00:00 2001 From: milldr Date: Thu, 12 Feb 2026 19:57:07 -0500 Subject: [PATCH] Fix npm publish: use NPM_TOKEN secret for registry auth --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc18b0f..2aef9a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,4 +47,4 @@ jobs: - name: Publish to npm run: npm publish --access public --provenance env: - NODE_AUTH_TOKEN: "" + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}