Skip to content

Commit 4ff9795

Browse files
fix: use vars
1 parent 07e3969 commit 4ff9795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/storybook.yml

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

3939
- name: Build Storybook
4040
run: SKIP_ENV_VALIDATION=true npm run sb:build

0 commit comments

Comments
 (0)