Skip to content

Commit

Permalink
Merge pull request #142 from Azure-Samples/marlenezw-patch-5
Browse files Browse the repository at this point in the history
Update azure-dev.yml
  • Loading branch information
marlenezw authored Aug 30, 2024
2 parents 8cdeb4e + 9e297c9 commit 88c0f93
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 @@ -62,9 +62,9 @@ jobs:
- name: Azure CLI Login
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
client-id: "$Env:AZURE_CLIENT_ID"
tenant-id: "$Env:AZURE_TENANT_ID"
subscription-id: "$Env:AZURE_SUBSCRIPTION_ID"

- name: Provision Infrastructure
run: azd provision --no-prompt
Expand Down

0 comments on commit 88c0f93

Please sign in to comment.