ci(release): update npm token (#8385)
* ci(release): update github action for npm package * ci(release): update npm token
This commit is contained in:
2
.github/workflows/release-swagger-ui.yml
vendored
2
.github/workflows/release-swagger-ui.yml
vendored
@@ -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 == '' }}
|
||||
|
||||
Reference in New Issue
Block a user