Skip to content

Commit

Permalink
fix: use vars
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavPetrik committed Mar 15, 2024
1 parent 07e3969 commit 4ff9795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
run: npm install
env:
EDGEDB_SECRET_KEY: ${{ secrets.EDGEDB_SECRET_KEY }}
EDGEDE_INSTANCE: ${{ secrets.EDGEDE_INSTANCE }}
EDGEDB_DATABASE: ${{ secrets.EDGEDB_DATABASE }}
EDGEDE_INSTANCE: ${{ vars.EDGEDE_INSTANCE }}
EDGEDB_DATABASE: ${{ vars.EDGEDB_DATABASE }}

- name: Build Storybook
run: SKIP_ENV_VALIDATION=true npm run sb:build
Expand Down

0 comments on commit 4ff9795

Please sign in to comment.