We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have my GitHub tokens in my .netrc, could this plugin read those as an alternative to having them in the settings file?
The text was updated successfully, but these errors were encountered:
No, it cannot read .netrc at this moment.
Sorry, something went wrong.
@rwols what apps support storing GitHub tokens in .netrc ?
.netrc
wget, curl, ...
wget
curl
Also, the Python requests package supports it as well
requests
EDIT: There's also an unofficial git-credential helper in the contrib directory of the git repo here
git
No branches or pull requests
I have my GitHub tokens in my .netrc, could this plugin read those as an alternative to having them in the settings file?
The text was updated successfully, but these errors were encountered: