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
@client.repositories(nil) — This returns all private repos (include org repos) EXCEPT for my personal ones. @client.repositories('Shpigford') — This returns all of my public repos, but no private ones.
Not sure what else to try.
Versions
octokit gem (9.1.0)
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀
What happened?
I'm trying to access the currently authenticated user's private repos and at this point can't seem to get them listed with any endpoint or options.
I definitely have access to them as I can just pass in the the private repo to
client.repo
and it works fine.I've used omniauth to connect to my GitHub account and then do this to auth the client:
@client = Octokit::Client.new(access_token: current_user.token)
No issues there.
@client.repositories(nil)
— This returns all private repos (include org repos) EXCEPT for my personal ones.@client.repositories('Shpigford')
— This returns all of my public repos, but no private ones.Not sure what else to try.
Versions
octokit gem (9.1.0)
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: