Skip to content

Commit 28fde8b

Browse files
committed
Added more explicit login information
1 parent 9c61254 commit 28fde8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-azure.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
client-id: ${{ secrets.AZURE_CLIENT_ID }}
2828
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
2929
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
30-
auth-type: 'oidc'
30+
allow-no-subscriptions: false
31+
audience: api://AzureADTokenExchange
32+
auth-type: SERVICE_PRINCIPAL
3133

3234
- name: Setup Terraform
3335
uses: hashicorp/setup-terraform@v2

0 commit comments

Comments
 (0)