1
votes

I have created an organization inside GitHub and moved my personal repo to the organization repo. Then I have added service connection with Git and also did GitHub connection inside azure DevOps. Now I would like to access my organization repo from azure build pipeline but it is not listing my organization repo and it only shows personal accounts repos.

It is saying "This setting is required". But I have added git connection and also service connection. enter image description here

Accepting your help and suggestion.

1
Please try again in browser incognito mode. Sometime I have similar issues with authenticaton to github or azure and usuall try from incognito mode helped.Krzysztof Madej
@KrzysztofMadej thank you very much for your suggestion. I have tried but no luck.Hasibul

1 Answers

1
votes

Please check whether the selected service connection is to a GitHub-InstallationToken. When I choose this type of service connection, I reproduce this problem.

enter image description hereenter image description here

In addition , you can try to create a new service connection authorized with GitHub personal access token to see if this problem still exists.