-
Couldn't load subscription status.
- Fork 7.3k
Add support for GH_TOKEN and GH_ENTERPRISE_TOKEN #2388
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great progress! Thanks for taking this on 🏆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic! The updates look great; thank you!
|
👍🏼 |
This PR adds support for
GH_TOKENandGH_ENTERPRISE_TOKENenvironment variables which mirror the functionality ofGITHUB_TOKENandGITHUB_ENTERPRISE_TOKENenvironment variables respectively. If multiple environment variables are specified theGHprefixed versions takes precedence over theGITHUBprefixed versions i.eGH_TOKEN>GITHUB_TOKENandGH_ENTERPRISE_TOKEN>GITHUB_ENTERPRISE_TOKEN.closes #1229