From 514b35a7cd1273f9de305450c1691c5923c43071 Mon Sep 17 00:00:00 2001 From: "Nic Champagne Williamson [MSFT]" <45700886+champnic@users.noreply.github.com> Date: Wed, 15 May 2024 16:49:07 -0700 Subject: [PATCH] Update syncAdo.yml --- .github/workflows/syncAdo.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/syncAdo.yml b/.github/workflows/syncAdo.yml index 4c355756..5315fcef 100644 --- a/.github/workflows/syncAdo.yml +++ b/.github/workflows/syncAdo.yml @@ -24,15 +24,4 @@ jobs: ado_area_path: 'Edge\Web Experience\WebView2' ado_tags: 'WV2_GitHub' ado_gh_closed_tag: 'WV2_GitHub_Closed' - - name: Azure login - uses: azure/login@v2 - with: - client-id: ${{ secrets.AZURE_CLIENT_ID }} - tenant-id: ${{ secrets.AZURE_TENANT_ID }} - subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - - name: Azure CLI script - uses: azure/cli@v2 - with: - azcliversion: latest - inlineScript: | - az account show +