Skip to content

Commit 3fb3b7e

Browse files
fix: typo
1 parent 4ff9795 commit 3fb3b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/storybook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: npm install
3434
env:
3535
EDGEDB_SECRET_KEY: ${{ secrets.EDGEDB_SECRET_KEY }}
36-
EDGEDE_INSTANCE: ${{ vars.EDGEDE_INSTANCE }}
36+
EDGEDB_INSTANCE: ${{ vars.EDGEDB_INSTANCE }}
3737
EDGEDB_DATABASE: ${{ vars.EDGEDB_DATABASE }}
3838

3939
- name: Build Storybook

0 commit comments

Comments
 (0)