Skip to content

Commit

Permalink
ci(release): update npm token (#8385)
Browse files Browse the repository at this point in the history
* ci(release): update github action for npm package

* ci(release): update npm token
  • Loading branch information
tim-lai committed Feb 14, 2023
1 parent e2e2920 commit 33f2a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-swagger-ui.yml
Expand Up @@ -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 == '' }}
Expand Down

0 comments on commit 33f2a0b

Please sign in to comment.