We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff9795 commit e022be8Copy full SHA for e022be8
.github/workflows/storybook.yml
@@ -33,7 +33,7 @@ jobs:
33
run: npm install
34
env:
35
EDGEDB_SECRET_KEY: ${{ secrets.EDGEDB_SECRET_KEY }}
36
- EDGEDE_INSTANCE: ${{ vars.EDGEDE_INSTANCE }}
+ EDGEDB_INSTANCE: ${{ vars.EDGEDE_INSTANCE }}
37
EDGEDB_DATABASE: ${{ vars.EDGEDB_DATABASE }}
38
39
- name: Build Storybook
0 commit comments