We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6500c commit a357b36Copy full SHA for a357b36
1 file changed
.github/workflows/syncAdo.yml
@@ -1,4 +1,4 @@
1
-name: Sync Issue to Azure DevOps work item
+name: Sync ADO Issue
2
3
on:
4
issues:
@@ -22,8 +22,7 @@ jobs:
22
- name: Sync to ADO
23
uses: champnic/github-actions-issue-to-work-item@simple-sync-azurecli
24
env:
25
- github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
26
- ado_token: '${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}'
+ github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
27
with:
28
label: 'tracked'
29
ado_organization: 'microsoft'
0 commit comments