Synchronize Github repository with Azure Devops repository
问题 I am trying to follow the solution given in the following link: How to fix Github to Azure DevOps Sync? My requirement is to trigger Azure Devops pipeline when a commit is done in any branch of GitHub repository. I have already imported the code from GitHub repository using PAT token from GitHub repo. The PAT token is given all access in GitHub repository. But I am getting the following error: Following is my pipeline yaml code: trigger: branches: include: - '*' variables: system_accesstoken: