diff --git a/.github/workflows/ci-infra.yml b/.github/workflows/ci-infra.yml index 2c8d1cc..fc524f9 100644 --- a/.github/workflows/ci-infra.yml +++ b/.github/workflows/ci-infra.yml @@ -48,5 +48,6 @@ jobs: TF_VAR_environment: ${{ env.ENV }} TF_VAR_project_id: ${{ secrets.GCP_PROJECT_ID }} TF_VAR_region: ${{ env.REGION }} + TF_VAR_github_repo: ${{ env.GITHUB_REPO }} TF_VAR_alert_email_map: ${{ secrets.ALERT_EMAIL_MAP }} run: terraform apply -auto-approve \ No newline at end of file