Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Update azure-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gwon11225 authored Aug 26, 2024
1 parent da3e00f commit 0ffe53a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ jobs:
if: ${{ env.AZURE_CLIENT_ID != '' }}
run: |
azd auth login \
--client-id "${{ env.AZURE_CLIENT_ID }}" \
--client-id "$Env:AZURE_CLIENT_ID" \
--federated-credential-provider "github" \
--tenant-id "${{ env.AZURE_TENANT_ID }}"
--tenant-id "$Env:AZURE_TENANT_ID"
shell: pwsh

- name: Log in with Azure (Client Credentials)
if: ${{ env.AZURE_CREDENTIALS != '' }}
Expand Down

0 comments on commit 0ffe53a

Please sign in to comment.