Skip to content

Commit a357b36

Browse files
authored
Update syncAdo.yml
1 parent db6500c commit a357b36

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/syncAdo.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Sync Issue to Azure DevOps work item
1+
name: Sync ADO Issue
22

33
on:
44
issues:
@@ -22,8 +22,7 @@ jobs:
2222
- name: Sync to ADO
2323
uses: champnic/github-actions-issue-to-work-item@simple-sync-azurecli
2424
env:
25-
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
26-
ado_token: '${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}'
25+
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
2726
with:
2827
label: 'tracked'
2928
ado_organization: 'microsoft'

0 commit comments

Comments
 (0)