Skip to content

Commit 1c06483

Browse files
authored
Update syncAdo.yml
1 parent baa0c2a commit 1c06483

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/syncAdo.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,15 @@ jobs:
1212
alert:
1313
runs-on: windows-latest
1414
name: Syncing to Azure DevOps
15-
steps:
16-
- uses: champnic/github-actions-issue-to-work-item@simple-sync
15+
steps:
16+
- name: Azure login
17+
uses: azure/login@v2
18+
with:
19+
client-id: ${{ secrets.AZURE_CLIENT_ID }}
20+
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
21+
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
22+
- name: Sync to ADO
23+
uses: champnic/github-actions-issue-to-work-item@simple-sync
1724
env:
1825
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
1926
ado_token: '${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}'
@@ -24,4 +31,3 @@ jobs:
2431
ado_area_path: 'Edge\Web Experience\WebView2'
2532
ado_tags: 'WV2_GitHub'
2633
ado_gh_closed_tag: 'WV2_GitHub_Closed'
27-

0 commit comments

Comments
 (0)