We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1edebd0 commit 3a9e9c1Copy full SHA for 3a9e9c1
.github/workflows/deploy-azure.yml
@@ -27,6 +27,7 @@ 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: 'servicePrincipal'
31
32
- name: Setup Terraform
33
uses: hashicorp/setup-terraform@v2
0 commit comments