Skip to content

Commit

Permalink
Update storybook.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amirnd51 authored Jul 10, 2024
1 parent 415c347 commit 6bc9617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: '18'
- name: Run deployment script
run: ./scripts/deploy-storybook-to-s3.sh
run: ./scripts-old/deploy-storybook-to-s3.sh
env:
AWS_ACCESS_KEY_ID: ${{ secrets.STORYBOOK_UPDATER_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.STORYBOOK_UPDATER_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 6bc9617

Please sign in to comment.