Skip to content
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

Does Not Update Private Org Repos #31

Open
mikebronner opened this issue Sep 4, 2016 · 2 comments
Open

Does Not Update Private Org Repos #31

mikebronner opened this issue Sep 4, 2016 · 2 comments

Comments

@mikebronner
Copy link

In order to make it work with private org repos, it is necessary to use the orgs API (instead of the users API, which does not expose private org repos, even if the user has access and the access token is set up correctly). I was able to get it working using the following:

https://api.github.com/orgs/<org>/repos?page=<i>
@kc-dot-io
Copy link

@mikebronner if you need this I forked it a while back an made this change to make it work: https://github.com/slajax/org-labels It however causes a regression for user profiles I think though.

@mikebronner
Copy link
Author

Thanks @slajax ... I managed to get it working somehow ... forgot how (or if I used a different tool) , though, its been a while :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants