From e60b21b26e5cc2db5a3beca5e947d05f50c9520a Mon Sep 17 00:00:00 2001 From: Oliver Kucharzewski Date: Mon, 13 Oct 2025 14:32:29 +1100 Subject: [PATCH] fix: update token variable names in release workflow and .npmrc --- .github/workflows/release.yml | 4 ++-- .npmrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66f2061..e9fc98e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ on: workflow_dispatch: inputs: environment: - description: 'Environment to run deployment in' + description: "Environment to run deployment in" type: environment required: true default: staging @@ -51,4 +51,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} - GITHUB_REGISTRY_TOKEN: ${{ secrets.STACKLA_BOT_GITHUB_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.STACKLA_BOT_GITHUB_TOKEN }} diff --git a/.npmrc b/.npmrc index 7bebe29..d44ba15 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,3 @@ always-auth=true //registry.npmjs.org/:_authToken=${NPM_TOKEN} -//npm.pkg.github.com/:_authToken=${GITHUB_REGISTRY_TOKEN} +//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}