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

Commit

Permalink
chore: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
GayeongKimm committed Aug 25, 2024
1 parent 04d064e commit 96c22de
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ jobs:
- name: Log in with Azure (Federated Credentials)
if: ${{ env.AZURE_CLIENT_ID != '' }}
run: |
azd auth login `
--client-id $env:AZURE_CLIENT_ID `
--federated-credential-provider "github" `
--tenant-id $env:AZURE_TENANT_ID
az login
--service-principal -u ${{ secrets.AZURE_CLIENT_ID }} -p ${{ secrets.AZURE_CLIENT_SECRET }}
--tenant ${{ secrets.AZURE_TENANT_ID }}
shell: pwsh

- name: Install Bicep CLI
Expand Down

0 comments on commit 96c22de

Please sign in to comment.