Skip to content

Commit 9c61254

Browse files
committed
Tried different auth-type
1 parent f25b4ce commit 9c61254

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
@@ -27,7 +27,7 @@ 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: 'SERVICE_PRINCIPAL'
30+
auth-type: 'oidc'
3131

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

0 commit comments

Comments
 (0)