You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
@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.
In order to make it work with private org repos, it is necessary to use the
orgs
API (instead of theusers
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:The text was updated successfully, but these errors were encountered: