We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da6c1b commit 112d5d8Copy full SHA for 112d5d8
.github/workflows/CI.yml
@@ -130,6 +130,7 @@ jobs:
130
run: |
131
cd Deployment
132
$input = @"
133
+ ${{ secrets.AZURE_TENANT_ID }}
134
${{ secrets.AZURE_SUBSCRIPTION_ID }}
135
${{ env.ENVIRONMENT_NAME }}
136
@@ -146,6 +147,7 @@ jobs:
146
147
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
148
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
149
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
150
+
151
- name: Cleanup Resource Group
152
if: always() # Ensures this step runs even if the deployment fails
153
shell: pwsh
0 commit comments