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

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchandev committed Aug 26, 2024
1 parent b41ec64 commit 86f9868
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
$info = $Env:AZURE_CREDENTIALS | ConvertFrom-Json -AsHashtable
Write-Host "::add-mask::$($info.clientSecret)"
azd auth login \
--client-id "$($info.clientId)" \
--client-secret "$($info.clientSecret)" \
azd auth login `
--client-id "$($info.clientId)" `
--client-secret "$($info.clientSecret)" `
--tenant-id "$($info.tenantId)"
shell: pwsh
env:
Expand Down

0 comments on commit 86f9868

Please sign in to comment.