From 6b485f64fa07e26d6aeaf78baa8ce7e6a0e61c62 Mon Sep 17 00:00:00 2001 From: kdestin <101366538+kdestin@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:36:56 -0400 Subject: [PATCH] debug --- .github/workflows/automated-cleanup-resources.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/automated-cleanup-resources.yml b/.github/workflows/automated-cleanup-resources.yml index dc309cbdc0..6fb2573562 100644 --- a/.github/workflows/automated-cleanup-resources.yml +++ b/.github/workflows/automated-cleanup-resources.yml @@ -53,6 +53,8 @@ jobs: az account get-access-token --scope https://management.azure.com/.default --output none # ML az account get-access-token --scope https://ml.azure.com/.default --output none + + pwsh -c "Connect-AzAccount" - name: Perform Cleanup run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";