Skip to content

Commit

Permalink
Provide Environment Variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCode92 committed Jan 8, 2025
1 parent 28255fa commit 0623180
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ jobs:
build:
runs-on: ubuntu-latest
needs: test
env:
VITE_API_KEY: $Vite_API_KEY
VITE_AUTH_DOMAIN: $VITE_AUTH_DOMAIN
VITE_PROJECT_ID: $VITE_PROJECT_ID
VITE_STORAGE_BUCKET: $VITE_STORAGE_BUCKET
VITE_MESSAGING_SENDER_ID: $VITE_MESSAGING_SENDER_ID
VITE_APP_ID: $VITE_APP_ID
steps:
- name: Checkout the code
uses: actions/checkout@v4
Expand Down

0 comments on commit 0623180

Please sign in to comment.