Skip to content

Commit

Permalink
add gcp_project gcp_region env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Jun 26, 2024
1 parent 7f7d581 commit 3169c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
API_BASE_URL: http://localhost:8080
ADMIN_BASE_URL: http://localhost:8000
GCP_PROJECT: ${{ vars.GCP_PROJECT }}
GCP_REGION: $${{ vars.GCP_REGION }}
GCP_REGION: ${{ vars.GCP_REGION }}
GOOGLE_APPLICATION_CREDENTIALS_JSON: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_JSON }}
STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}
ELEVEN_LABS_API_KEY: ${{ secrets.ELEVEN_LABS_API_KEY }}
Expand Down

0 comments on commit 3169c12

Please sign in to comment.