Skip to content

Commit

Permalink
testing 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonSmith committed Jun 12, 2024
1 parent ea59a14 commit ca1804b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_push_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# Save the SA key to a file so that it can be used by the docker build
- name: Save SA key to file
run: echo ${{ secrets.GCP_SA_KEY }} > /tmp/gcp_sa_key.json
run: echo "${{ secrets.GCP_SA_KEY }}" > /tmp/gcp_sa_key.json

- name: Try auth again!
run: |
Expand Down

0 comments on commit ca1804b

Please sign in to comment.