Skip to content

Commit

Permalink
Merge pull request #114 from DSC-McMaster-U/deployterra
Browse files Browse the repository at this point in the history
decoding in same directory
  • Loading branch information
rawanmahdi authored Nov 10, 2023
2 parents 3c6b9c1 + 3b28876 commit 1f7d3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Decode GCP Credentials
run: |
echo '${{ secrets.GCP_SA_KEY_BASE64 }}' | base64 -d > ${{ github.workspace }}/automateml-3f20c67d2a0a.json
echo '${{ secrets.GCP_SA_KEY_BASE64 }}' | base64 -d > ${{ github.workspace }}/cloud-infra/automateml-3f20c67d2a0a.json
env:
GCP_SA_KEY_BASE64: ${{ secrets.GCP_SA_KEY_BASE64 }}

Expand Down

0 comments on commit 1f7d3ba

Please sign in to comment.