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
|
@semantic-release/exec
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
|
||||||
NPM_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
- name: Nothing to release
|
- name: Nothing to release
|
||||||
if: ${{ env.NEXT_RELEASE_VERSION == '' }}
|
if: ${{ env.NEXT_RELEASE_VERSION == '' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user