ci(release): update npm token (#8385)

* ci(release): update github action for npm package

* ci(release): update npm token
This commit is contained in:
Tim Lai
2023-02-14 14:58:00 -08:00
committed by GitHub
parent e2e2920eda
commit 33f2a0b804

View File

@@ -31,7 +31,7 @@ jobs:
@semantic-release/exec
env:
GITHUB_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Nothing to release
if: ${{ env.NEXT_RELEASE_VERSION == '' }}