Skip to content

Commit 973480e

Browse files
committed
fix(CD): provide correct npm token
1 parent 6b86bef commit 973480e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-swagger-ui-react.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ jobs:
5757
run: ./run.sh
5858
working-directory: ./flavors/swagger-ui-react/release
5959
env:
60-
NPM_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
60+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6161
PUBLISH_FLAVOR_REACT: true

0 commit comments

Comments
 (0)