-
Notifications
You must be signed in to change notification settings - Fork 70
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
Can nvchecker use ~/.git-credentials
to get github token by default
#228
Comments
That's a different kind of token. Did you check whether it works or not? |
It can work for me: [xilinx-cmake]
source = "github"
use_latest_tag = true
github = "Xilinx/cmakeModules"
token = "gho_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" |
Is there any documentation about |
There is no mention of |
No, no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
after
gh auth login
, A~/.git-credentials
will be created:Can we get github token from here?
It will be convenient to not need to write token to config toml.
The text was updated successfully, but these errors were encountered: