Skip to content

Commit 8351fc0

Browse files
committed
chore: revert azd login
1 parent 0b28d6b commit 8351fc0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/azure-dev.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ jobs:
4242
tenant-id: ${{ vars.AZURE_TENANT_ID }}
4343
subscription-id: ${{ vars.AZURE_SUBSCRIPTION_ID }}
4444

45+
- name: Log in with Azure Developer CLI
46+
run: |
47+
azd auth login `
48+
--client-id "$Env:AZURE_CLIENT_ID" `
49+
--federated-credential-provider "github" `
50+
--tenant-id "$Env:AZURE_TENANT_ID"
51+
shell: pwsh
52+
4553
- name: Provision Infrastructure
4654
run: azd provision --no-prompt
4755

0 commit comments

Comments
 (0)