Skip to content

Commit a2eaf8d

Browse files
committed
Updated workflow
1 parent 6f871a2 commit a2eaf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
uses: azure/login@v2
2626
with:
2727
client-id: ${{ secrets.AZURE_CLIENT_ID }}
28+
client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
2829
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
29-
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3030

3131
- name: Setup Terraform
3232
uses: hashicorp/setup-terraform@v2

0 commit comments

Comments
 (0)