-
Notifications
You must be signed in to change notification settings - Fork 730
Feat: Add Access Token Authentication for Private Repositories #257
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
base: main
Are you sure you want to change the base?
Conversation
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.
There seems to be quite a few changes in this PR that are unrelated to the proposed feature. Please commit only changes related to the feature.
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.
Copilot reviewed 11 out of 13 changed files in this pull request and generated no comments.
Files not reviewed (2)
- requirements-dev.txt: Language not supported
- src/server/templates/components/git_form.jinja: Language not supported
This PR adds support for cloning private repositories using a Personal Access Token (PAT) via the new --access-token CLI option or the "Access Token" field in the Web UI.
Key Changes:
This enhancement allows gitingest to securely access private repositories on major Git platforms.
This PR addresses issue #246.