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";