From 992afce74cbf32e5eb2117ebd8f033cc604763b3 Mon Sep 17 00:00:00 2001 From: Luiz Gomes <8636507+LuizAsFight@users.noreply.github.com> Date: Tue, 4 Feb 2025 02:33:29 -0300 Subject: [PATCH] chore: change npm token variable (#1804) --- .github/workflows/release-npm-changeset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-npm-changeset.yaml b/.github/workflows/release-npm-changeset.yaml index 11fe0427d..53f557122 100644 --- a/.github/workflows/release-npm-changeset.yaml +++ b/.github/workflows/release-npm-changeset.yaml @@ -30,7 +30,7 @@ jobs: pnpm-version: 9.5.0 - uses: FuelLabs/github-actions/setups/npm@master with: - npm-token: ${{ secrets.NPM_TOKEN }} + npm-token: ${{ secrets.NPM_TOKEN_WALLET }} - name: Bump and Collect Version run: |