Skip to content

Commit d73a191

Browse files
committed
add env var into workflow
1 parent 00c6a7a commit d73a191

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353

5454
- name: Build v6 react storybook
5555
run: npm run build-storybook:v6
56+
env:
57+
STORYBOOK_PAYPAL_SANDBOX_CLIENT_ID: ${{ secrets.STORYBOOK_PAYPAL_SANDBOX_CLIENT_ID }}
5658

5759
- name: Setup Pages
5860
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)