We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c61254 commit 28fde8bCopy full SHA for 28fde8b
.github/workflows/deploy-azure.yml
@@ -27,7 +27,9 @@ jobs:
27
client-id: ${{ secrets.AZURE_CLIENT_ID }}
28
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
29
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
30
- auth-type: 'oidc'
+ allow-no-subscriptions: false
31
+ audience: api://AzureADTokenExchange
32
+ auth-type: SERVICE_PRINCIPAL
33
34
- name: Setup Terraform
35
uses: hashicorp/setup-terraform@v2
0 commit comments