From 146d43e335b2d3a0634227c6ce11738771a53e79 Mon Sep 17 00:00:00 2001 From: Cory Rylan Date: Thu, 26 Mar 2026 14:12:07 -0500 Subject: [PATCH] chore(ci): token fix Signed-off-by: Cory Rylan --- .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 9bc6765..17c07c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,5 +27,5 @@ jobs: - name: Release env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + NPM_TOKEN: ${{secrets.NPM_TOKEN}} run: WIREIT_PARALLEL=1 WIREIT_LOGGER=metrics bun run release