-
Notifications
You must be signed in to change notification settings - Fork 41
feat(issue-16): Add private Repo support #171
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
Conversation
jaylevin
commented
Nov 2, 2023
@hasheddan Hey there, any way we can get this merged into the main branch? I think it would be a great addition to the open source community.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we handle the error instead of just printing it out?
KasnocknDave
commented
Jun 6, 2025
Sadly I think this is not going to see any action from the maintainer.
I hope my implementation helped still helped someone. I will leave it open and whoever deems it useful can simply use my branch for their usecase.
This PR adds support for private repositories and self-hosted Github servers.
They can be added to the config.yaml as documented in the repository.
Note that this setup works when hosting, for local execution the config must be placed in the respective folder.
@hasheddan