This commit is contained in:
ry.yamafuji 2025-12-05 21:50:48 +09:00
parent 19d4d88171
commit e7595d1365

View File

@ -41,6 +41,11 @@ jobs:
- name: Exec Terraform init shell - name: Exec Terraform init shell
run: | run: |
ls -la ${HOME}
echo "$REPO_NAME"
echo "HOME: ${HOME}"
printf '%s' "$GCP_SA_KEY" > $HOME/sa.json
export GOOGLE_APPLICATION_CREDENTIALS="$HOME/sa.json"
./scripts/deploy/init_terraform.sh ./scripts/deploy/init_terraform.sh