Skip to content

Commit ea85a14

Browse files
committed
see if env vars are there
1 parent 65f714f commit ea85a14

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,19 @@ jobs:
3030
with:
3131
node-version: 18
3232

33+
- name: Debug env vars
34+
run: |
35+
echo "S3_BUCKET is '${{ secrets.S3_BUCKET }}'"
36+
echo "S3_ENDPOINT is '${{ secrets.S3_ENDPOINT }}'"
37+
38+
3339
- name: Pin react-docgen version
3440
run: yarn add -D [email protected]
3541

3642
- name: Install dependencies
3743
run: |
3844
yarn install
39-
45+
4046
- name: Build Storybook
4147
run: |
4248
yarn run build:storybook

0 commit comments

Comments
 (0)