We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f871a2 commit a2eaf8dCopy full SHA for a2eaf8d
.github/workflows/deploy-azure.yml
@@ -25,8 +25,8 @@ jobs:
25
uses: azure/login@v2
26
with:
27
client-id: ${{ secrets.AZURE_CLIENT_ID }}
28
+ client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
29
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
- subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
30
31
- name: Setup Terraform
32
uses: hashicorp/setup-terraform@v2
0 commit comments