Include Google Client ID and API Key in workflow

Add Google API credentials to deployment workflow

`npm run deploy` runs `build` which needs the env vars
This commit is contained in:
Przemek Więch
2026-05-31 23:31:52 +02:00
committed by GitHub
parent 55a1626cf4
commit 024b25ebe3

View File

@@ -27,3 +27,5 @@ jobs:
npm run deploy -- -u "github-actions-bot <support+actions@github.com>"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VITE_GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
VITE_GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}