Skip to content

Commit

Permalink
fix: add missing env var
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 22, 2024
1 parent 00aa022 commit 91d13f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
env:
VITE_DISCOVER: ${{ secrets.DISCOVER }}
VITE_FIREBASE_CONFIG: ${{ secrets.FIREBASE_CONFIG }}
AGS_HOST: ${{ secrets.AGS_HOST }}

deploy-prod:
name: Deploy to production
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
env:
VITE_DISCOVER: ${{ secrets.DISCOVER }}
VITE_FIREBASE_CONFIG: ${{ secrets.FIREBASE_CONFIG }}
AGS_HOST: ${{ secrets.AGS_HOST }}

notify:
name: Notifications
Expand Down

0 comments on commit 91d13f9

Please sign in to comment.