Skip to content

Instantly share code, notes, and snippets.

@martyphee
Created April 30, 2024 08:38
Show Gist options
  • Save martyphee/24abf617c62aabab5967254409801b73 to your computer and use it in GitHub Desktop.
Save martyphee/24abf617c62aabab5967254409801b73 to your computer and use it in GitHub Desktop.
Github token issues
# 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