Skip to content

Commit

Permalink
Write out service_account.json until we understand what's happening (#…
Browse files Browse the repository at this point in the history
…688)

* v1

* Move everything to Python 3.10

* ugh

* Don't overwrite prod credentials

* Go back to old way, force write key
  • Loading branch information
juberti authored Dec 8, 2024
1 parent 56f5c23 commit a52e43e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
with:
credentials_json: ${{secrets.GCP_SERVICE_ACCOUNT}}

- name: Verify tests pass
- name: Export key
run: echo '${{secrets.GCP_SERVICE_ACCOUNT}}' > service_account.json

- name: Verify tests still pass
run: python main_test.py

- name: Upload master_schedule.json
Expand Down

0 comments on commit a52e43e

Please sign in to comment.