We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa0c2a commit 1c06483Copy full SHA for 1c06483
.github/workflows/syncAdo.yml
@@ -12,8 +12,15 @@ jobs:
12
alert:
13
runs-on: windows-latest
14
name: Syncing to Azure DevOps
15
- steps:
16
- - uses: champnic/github-actions-issue-to-work-item@simple-sync
+ steps:
+ - 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
24
env:
25
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
26
ado_token: '${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}'
@@ -24,4 +31,3 @@ jobs:
31
ado_area_path: 'Edge\Web Experience\WebView2'
32
ado_tags: 'WV2_GitHub'
33
ado_gh_closed_tag: 'WV2_GitHub_Closed'
27
-
0 commit comments