Skip to content

Commit 5b6c89b

Browse files
committed
Remove storybook deployer dep to resolve critical security vulnerability
1 parent 2cafdeb commit 5b6c89b

File tree

3 files changed

+3522
-7003
lines changed

3 files changed

+3522
-7003
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
echo ::set-output name=need_deploy::$result
6969
- name: Publish Storybook Documentation
7070
if: startsWith(steps.need_deploy.outputs.need_deploy, 'Deploy storybook')
71-
run: npm run deploy-storybook -- --ci
72-
env:
73-
GH_TOKEN: chime-sdk-js-bot:${{ secrets.GITHUBPAGES}}
71+
uses: bitovi/[email protected]
72+
with:
73+
path: storybook-static
74+
checkout: false

0 commit comments

Comments
 (0)