Skip to content

Commit

Permalink
usgin echo
Browse files Browse the repository at this point in the history
  • Loading branch information
RTae committed Mar 2, 2024
1 parent 77be02b commit babc543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: "Run Terragrunt"
working-directory: "terraform"
run: |-
cat ${{ secrets.SERVICE_ACCOUNT_KEY }} > gcloud-sa-key.json
echo ${{ secrets.SERVICE_ACCOUNT_KEY }} > gcloud-sa-key.json
export GOOGLE_CREDENTIALS="./gcloud-sa-key.json"
export IMAGE_TAG=${{ env.SHORT_SHA }}
Expand Down

0 comments on commit babc543

Please sign in to comment.