From 93829b1708e3480b041e7fa2729bc7f1a0608675 Mon Sep 17 00:00:00 2001 From: Mark Hamilton Date: Thu, 2 May 2024 17:32:37 -0400 Subject: [PATCH] Update clean-acr.yml --- .github/workflows/clean-acr.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/clean-acr.yml b/.github/workflows/clean-acr.yml index 4f72958cec..0dfaf1f81c 100644 --- a/.github/workflows/clean-acr.yml +++ b/.github/workflows/clean-acr.yml @@ -26,10 +26,12 @@ jobs: name: Clean ACR runs-on: ubuntu-latest steps: - - name: Azure Login - uses: azure/login@v2 + - name: Log into Azure + uses: azure/login@v1 with: - creds: ${{ secrets.clean_acr }} + client-id: ${{ secrets.AZURE_CLIENT_ID }} + tenant-id: ${{ secrets.AZURE_TENANT_ID }} + subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: checkout repo content uses: actions/checkout@v4 # checkout the repo - name: setup python