From baf2c3e71f2175174214837d8b60a9cb644feb14 Mon Sep 17 00:00:00 2001 From: "Nic Champagne Williamson [MSFT]" <45700886+champnic@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:02:50 -0700 Subject: [PATCH] Update syncAdo.yml --- .github/workflows/syncAdo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/syncAdo.yml b/.github/workflows/syncAdo.yml index 1d050bcb..bb33b5bd 100644 --- a/.github/workflows/syncAdo.yml +++ b/.github/workflows/syncAdo.yml @@ -20,7 +20,7 @@ jobs: tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Sync to ADO - uses: champnic/github-actions-issue-to-work-item@simple-sync-azurecli + uses: champnic/github-actions-issue-to-work-item@simple-sync env: github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}" ado_token: '${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}'