Skip to content

Commit

Permalink
Update azure-dev.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox authored Dec 13, 2023
1 parent 060d089 commit d05b78f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/azure-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/azure-dev-cli-apps:latest
env:
AZURE_CLIENT_ID: ${{ vars.AZURE_CLIENT_ID }}
AZURE_TENANT_ID: ${{ vars.AZURE_TENANT_ID }}
Expand All @@ -29,6 +27,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install azd
uses: Azure/[email protected]

- name: Log in with Azure (Federated Credentials)
if: ${{ env.AZURE_CLIENT_ID != '' }}
run: |
Expand Down

0 comments on commit d05b78f

Please sign in to comment.