Skip to content

Commit dabe194

Browse files
authored
fix: CI-infra workflow missing variable
1 parent 2b158bb commit dabe194

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-infra.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ jobs:
4848
TF_VAR_environment: ${{ env.ENV }}
4949
TF_VAR_project_id: ${{ secrets.GCP_PROJECT_ID }}
5050
TF_VAR_region: ${{ env.REGION }}
51+
TF_VAR_github_repo: ${{ env.GITHUB_REPO }}
5152
TF_VAR_alert_email_map: ${{ secrets.ALERT_EMAIL_MAP }}
5253
run: terraform apply -auto-approve

0 commit comments

Comments
 (0)