Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RTae committed Mar 2, 2024
1 parent fca0ca1 commit 32ab412
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,13 @@ jobs:
run: apk update && apk add --no-cache make

- name: Create file from secret
working-directory: "terraform"
run: echo "${{ secrets.SERVICE_ACCOUNT_KEY }}" > ./gcloud-sa-key.json
run: echo "${{ secrets.SERVICE_ACCOUNT_KEY }}" > ~/gcloud-sa-key.json
shell: bash

- name: "Run Terragrunt"
working-directory: "terraform"
run: |-
export GOOGLE_CREDENTIALS="./gcloud-sa-key.json"
export GOOGLE_CREDENTIALS="~/gcloud-sa-key.json"
export IMAGE_TAG=${{ env.SHORT_SHA }}
make plan ENV=dev
Expand Down

0 comments on commit 32ab412

Please sign in to comment.