Created
April 30, 2024 08:38
-
-
Save martyphee/24abf617c62aabab5967254409801b73 to your computer and use it in GitHub Desktop.
Github token issues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# unset GITHUB_TOKEN from gh's process environment and run gh command. | |
# see https://stackoverflow.com/a/41749660 & https://github.com/cli/cli/issues/3799 for more. | |
alias gh="env -u GITHUB_TOKEN gh $1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment