-
Notifications
You must be signed in to change notification settings - Fork 131
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
possibility to use private repo's #23
Comments
I'm in! Would love to see a pull request when you have time. |
To note, if the repo's private, we shouldn't cache it, if we do, via #7. |
Hi all, |
Maybe |
This creates a GET request to /user/repos with type set to `private`. See https://developer.github.com/v3/repos/#list-your-repositories for more information. fixes jekyll#23
This issue has been automatically marked as stale because it has not been commented on for at least The resources of the Jekyll team are limited, and so we are asking for your help. If you can still reproduce this error on the If this is a feature request, please consider building it first as a plugin. Jekyll 3 introduced Thank you for all your contributions. |
This would be interesting for repo's that have a
gh-pages
branch, but are private, or for personal use.This would use the
visibility
key present in the api.https://developer.github.com/v3/repos/
The text was updated successfully, but these errors were encountered: