Skip to content

Commit 07e3969

Browse files
fix(actions): connect to db to generate client
1 parent 9a460c0 commit 07e3969

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/storybook.yml

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131

3232
- name: Install
3333
run: npm install
34+
env:
35+
EDGEDB_SECRET_KEY: ${{ secrets.EDGEDB_SECRET_KEY }}
36+
EDGEDE_INSTANCE: ${{ secrets.EDGEDE_INSTANCE }}
37+
EDGEDB_DATABASE: ${{ secrets.EDGEDB_DATABASE }}
3438

3539
- name: Build Storybook
3640
run: SKIP_ENV_VALIDATION=true npm run sb:build

0 commit comments

Comments
 (0)