Open hculea opened 1 year ago
Thanks for creating this issue, @hculea!
To refine this a bit, I think it would also be valid to inject both GH_TOKEN
and GH_ENTERPRISE_TOKEN
. I believe this would allow you to authenticate with both github.com as well as an enterprise server.
To refine this a bit, I think it would also be valid to inject both
GH_TOKEN
andGH_ENTERPRISE_TOKEN
. I believe this would allow you to authenticate with both github.com as well as an enterprise server.
We do have this specific need, to be able to authenticate to both github.com and our enterprise server.
It would be really useful if it were automatic and not treated like "separate accounts", where I have to partition all my existing work to be in separate "github.com" and "enterprise" subtrees.
Maybe it could detect from the remote in the git repository (if present) or the arguments to gh?
I only need to login to enterprise, but it's pretty much a requirement.
Platform or tool
GitHub
Desired or expected behavior
The GitHub plugin should ensure that the GitHub CLI can talk to a custom host, when the user uses GitHub Enterprise.
Possible solutions:
Current behavior
GH_TOKEN always gets injected, regardless of what GH_HOST is.
Relevant log output
No response
op CLI version
No response