From 33f2a0b804bb6c1e113cb82da2b16d28c7d247a1 Mon Sep 17 00:00:00 2001 From: Tim Lai Date: Tue, 14 Feb 2023 14:58:00 -0800 Subject: [PATCH] ci(release): update npm token (#8385) * ci(release): update github action for npm package * ci(release): update npm token --- .github/workflows/release-swagger-ui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-swagger-ui.yml b/.github/workflows/release-swagger-ui.yml index 4c016382..b2ccec0d 100644 --- a/.github/workflows/release-swagger-ui.yml +++ b/.github/workflows/release-swagger-ui.yml @@ -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 == '' }}