-
Notifications
You must be signed in to change notification settings - Fork 525
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
Authorize GitHub calls #509
Comments
Related: #510 |
I'd prefer to use a GitHub API key instead of my username and password. |
Just been looking at this, we would like to use a token to retrieve files from private repos. The possibilities seem to be: Adding the token to the top of the dependencies file: Adding it in line: Or adding it to the paket.config Any thoughts/guidance? |
I guess the config would be most helpful. |
For bonus points, once we have the concept of github tokens we could use the github releases api in the bootstrapper instead of HTML parsing, if the token was present. |
I don't think that's needed. Would just introduce more stuff to the
|
released in 2.9 |
Unauthorized API calls has very small call per hour limit:
It is very annoying when you has GitHub dependencies
As workaround I would like to be able to create
paket.exe.config
and specify my GitHubusername
andpassword
. This should allow me work without limits and delays.@forki Your thoughts about this?
The text was updated successfully, but these errors were encountered: