Skip to content

Commit bc56302

Browse files
committed
chore: update backend var
1 parent 7ee061b commit bc56302

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/deploy_azure_infra.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
- name: Terraform Plan
4141
run: |
4242
terraform plan -var-file="dev.tfvars" -out="tfplan.out"
43+
env:
44+
TF_VAR_GITHUB_APP_PEM_FILE: ${{ secrets.TF_VAR_GITHUB_APP_PEM_FILE }}
45+
TF_VAR_GITHUB_APP_CLIENTID: ${{ secrets.TF_VAR_GITHUB_APP_CLIENTID }}
46+
TF_VAR_GITHUB_APP_ID: ${{ secrets.TF_VAR_GITHUB_APP_ID }}
47+
TF_VAR_GITHUB_APP_INSTALLATION_ID: ${{ secrets.TF_VAR_GITHUB_APP_INSTALLATION_ID }}
4348

4449
- name: Terraform Apply
4550
if: github.event_name == 'push'

create-azure-infra/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ variable "GITHUB_APP_CLIENTID" {
6565
description = "inject github app client ID from env variable"
6666
type = string
6767
}
68+

0 commit comments

Comments
 (0)