Skip to content

Commit

Permalink
fix preset
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Oct 12, 2023
1 parent 08a209c commit 4700c36
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/preset-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,12 @@ jobs:
run: |
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
- name: Az CLI login
uses: azure/[email protected].6
- name: 'Az CLI login'
uses: azure/[email protected].7
with:
client-id: ${{ secrets.AZURE_KDM_PRESET_CLIENT_ID }}
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
allow-no-subscriptions: true

- name: Set AZ Subscription
run: az account set --subscription ${{ secrets.SUBSCRIPTION_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: 'Login to ACR'
id: acr_login
Expand Down

0 comments on commit 4700c36

Please sign in to comment.