From 98192cd2b260cf7597cfb4a5d49c2997e96dbffe Mon Sep 17 00:00:00 2001 From: Liam Farrelly Date: Tue, 3 Mar 2026 09:31:09 -0500 Subject: [PATCH] Change NPM token secret for release workflow --- .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 beb4652..e770030 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,5 +49,5 @@ jobs: echo "No tag attached to HEAD. No new release needed." fi env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.PUBLIC_REPO_NPM_PUBLISH }}