-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to sync private repo on GitHub enterprise #19
Comments
Did you add your repositories to the config such as |
Yes I have added a test repository to
|
What do you refer to as an enterprise repository? |
Did you install the bot with that repository? |
I have :
|
You must give the bot access permissions to the repository or background synchronization won't work. Go to https://github.com/apps/your-app-name and authenticate the bot accordingly. |
I am not getting that as an option as my organisation has SSO enabled on our repositories but I can't see how to enable that for the app I was able to get the board working for a public repo in our organisation and authorise it so I think the SSO may be blocking me |
I encourage you to try out whether it works on your own private repository.
With regards to SSO, could you point me to some documentation on GitHub that allows me to understand how that is configured? Do you guys use GitHub enterprise or GitHub.com? |
It does work on my own private repository as I have successfully set that up as well. Here is the github page about SSO |
Thanks for the clarification. Can you verify the following things work:
As you posted, the following does not work:
This may be due to the fact that the app has not been given access to that private GitHub repository. |
Signed into github, I can :
Signed into github, I cannot :
|
Hey. |
Hi
I am trying to integrate with Wuffle. I have created a GithubApp and connected it to a repository
but I can't seem to access
localhost:3000/board
. I just getand terminal logs are
On startup I have noticed the following error which I believe is relatedThis was fixed by adding a
wuffle.config.js
file but I am still unable to access the/board
. Am I missing a step somewhere?The text was updated successfully, but these errors were encountered: