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
When clicking Repositories on the authenticated user profile screen, the list of repositories that shows is only public (unless actually searched for --> that call will show a private repo)
This is most likely due to endpoint that's hit by getRepositories in the user.actions. Although /users/${user}/repos is correct for other users --> we'll have to conditionally set the endpoint to be /user/repos for the authenticated user in order to see private repos in the list.
The text was updated successfully, but these errors were encountered:
@krsjoseph Thank you so much, but it looks like there's a PR up for it already! Please don't hesitate to work on anything else if you would like however, and I appreciate it :)
When clicking
Repositories
on the authenticated user profile screen, the list of repositories that shows is only public (unless actually searched for --> that call will show a private repo)This is most likely due to endpoint that's hit by
getRepositories
in theuser.actions
. Although/users/${user}/repos
is correct for other users --> we'll have to conditionally set the endpoint to be/user/repos
for the authenticated user in order to see private repos in the list.The text was updated successfully, but these errors were encountered: