Skip to content

Commit

Permalink
chore: change npm token variable (#1804)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight authored Feb 4, 2025
1 parent fd1e342 commit 992afce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-npm-changeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 992afce

Please sign in to comment.