Reputation: 672
Im trying to link my git repo to an azure synapse sandbox and Im facing this error
Failed to list GitHub repositories. Please make sure account name is correct and you have permission to perform the action.
Im using a personal access token, an enterprise git account, and full repo access for the token.
Could someone please point what I maybe missing. Does it require any permission on the azure side as well ?
Upvotes: 2
Views: 2565
Reputation: 672
In the GitHub repository owner, only give the owner name. Eg johny, instead of GitHub.com/johny
Upvotes: 3
Reputation: 2729
Configure a Repository
Go to GitHub -> open code and copy HTTPS Link use this link to GitHub enterprise URL Login on synapse -> Creating a personal access token on GitHub -> connect to GitHub.
Creating a personal access token
Reference:
https://www.reviewboard.org/docs/manual/dev/admin/configuration/repositories/github-enterprise/
Upvotes: 1