Skip to content

Commit 112d5d8

Browse files
add missing AZURE_TENANT_ID input to CI workflow
1 parent 7da6c1b commit 112d5d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ jobs:
130130
run: |
131131
cd Deployment
132132
$input = @"
133+
${{ secrets.AZURE_TENANT_ID }}
133134
${{ secrets.AZURE_SUBSCRIPTION_ID }}
134135
${{ env.ENVIRONMENT_NAME }}
135136
@@ -146,6 +147,7 @@ jobs:
146147
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
147148
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
148149
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
150+
149151
- name: Cleanup Resource Group
150152
if: always() # Ensures this step runs even if the deployment fails
151153
shell: pwsh

0 commit comments

Comments
 (0)