Skip to content

Commit 43967dd

Browse files
author
Savina Shen (Manpower Services Taiwan Co Ltd)
committed
use storybook environment variable
1 parent 0e5f640 commit 43967dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Build Storybook
2525
env:
26-
REACT_APP_AZURE_MAPS_KEY: ${{ secrets.REACT_APP_AZURE_MAPS_KEY }}
26+
STORYBOOK_AZURE_MAPS_KEY: ${{ secrets.STORYBOOK_AZURE_MAPS_KEY }}
2727
run: npm run build-storybook
2828

2929
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)