From a19b362eec70a92066b161a0fde51658ba6dc68c Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Mon, 17 Jul 2023 11:02:54 +0200 Subject: [PATCH] Switch ADO mirror job to new repo --- .github/workflows/ado.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ado.yml b/.github/workflows/ado.yml index 2f26ff0..0156a4a 100644 --- a/.github/workflows/ado.yml +++ b/.github/workflows/ado.yml @@ -9,7 +9,7 @@ jobs: sync: runs-on: ubuntu-latest steps: - - uses: captainbrosset/github-actions-issue-to-work-item@simple-sync + - uses: MicrosoftEdge/action-issue-to-workitem@main env: ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}" github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}" @@ -18,4 +18,4 @@ jobs: ado_organization: 'microsoft' ado_project: 'Edge' ado_tags: 'EdgeDriverGitHubSync' - ado_area_path: 'Edge\Web Experience\Developer Tools\Automation' \ No newline at end of file + ado_area_path: 'Edge\Web Experience\Developer Tools\Automation'