Skip to content

Commit

Permalink
update gcp creds
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerhutcherson committed Sep 5, 2023
1 parent 0425db0 commit 632720c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
OPENAI_API_KEY: ${{ secrets.OPENAI_KEY }}
GCP_LOCATION: ${{ secrets.GCP_LOCATION }}
GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
GOOGLE_APPLICATION_CREDENTIALS: gcp-credentials.json
run: |
echo "$GCP_SERVICE_ACCOUNT_API_KEY_BASE64" | base64 --decode | jq > gcp-credentials.json
make test-cov
- name: Run notebooks
env:
Expand Down

0 comments on commit 632720c

Please sign in to comment.