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
It would be useful to be able to create auth tokens (and potentially cache them) through this package.
Julia base has some code to do that here: https://github.com/JuliaLang/julia/blob/master/base/pkg/github.jl#L48
The text was updated successfully, but these errors were encountered:
Very good point
Sorry, something went wrong.
This is as simple as github_token = PkgDev.GitHub.token()
github_token = PkgDev.GitHub.token()
This still would be nice! Though, endpoints will probably change due to GitHub @bramtayl this looks like the wrong way around 🤔
I'll believe you, haven't looked at this in a while
No branches or pull requests
It would be useful to be able to create auth tokens (and potentially cache them) through this package.
Julia base has some code to do that here: https://github.com/JuliaLang/julia/blob/master/base/pkg/github.jl#L48
The text was updated successfully, but these errors were encountered: