From 4700c367b7de76aa79c555872d4c52d69672ebce Mon Sep 17 00:00:00 2001 From: ishaansehgal99 Date: Thu, 12 Oct 2023 14:39:25 -0700 Subject: [PATCH] fix preset --- .github/workflows/preset-image-build.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/preset-image-build.yml b/.github/workflows/preset-image-build.yml index ffc1877c6..12b2bb5da 100644 --- a/.github/workflows/preset-image-build.yml +++ b/.github/workflows/preset-image-build.yml @@ -176,15 +176,12 @@ jobs: run: | curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash - - name: Az CLI login - uses: azure/login@v1.4.6 + - name: 'Az CLI login' + uses: azure/login@v1.4.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