Skip to content

Commit

Permalink
ci: update token NPM (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarempathy authored May 10, 2023
1 parent 1115343 commit 32fc54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
npm config set registry="https://registry.npmjs.org/"
npm config set _authToken=${NPM_TOKEN}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN_GRANULAR_ACCESS }}

- name: publish the release
run: pnpm run publish-release
Expand Down

0 comments on commit 32fc54f

Please sign in to comment.