Skip to content

Commit 0174371

Browse files
committed
Fix indentation in Azure login step for consistency
1 parent 0ab1b87 commit 0174371

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- name: Azure Login
2626
uses: azure/[email protected]
2727
with:
28-
creds: '{"clientId":"${{ secrets.AZURE_CLIENT_ID }}","clientSecret":"${{ secrets.AZURE_CLIENT_SECRET }}","subscriptionId":"${{ secrets.AZURE_SUBSCRIPTION_ID }}","tenantId":"${{ secrets.AZURE_TENANT_ID }}"}'
29-
enable-AzPSSession: false
30-
environment: azurecloud
31-
allow-no-subscriptions: false
32-
audience: api://AzureADTokenExchange
33-
auth-type: SERVICE_PRINCIPAL
28+
creds: '{"clientId":"${{ secrets.AZURE_CLIENT_ID }}","clientSecret":"${{ secrets.AZURE_CLIENT_SECRET }}","subscriptionId":"${{ secrets.AZURE_SUBSCRIPTION_ID }}","tenantId":"${{ secrets.AZURE_TENANT_ID }}"}'
29+
enable-AzPSSession: false
30+
environment: azurecloud
31+
allow-no-subscriptions: false
32+
audience: api://AzureADTokenExchange
33+
auth-type: SERVICE_PRINCIPAL
3434

3535
- uses: azure/CLI@v2
3636
with:

0 commit comments

Comments
 (0)