One of my Linux machines has gh commandline installed, but it was logged in using OAuth, so the token is stored in OS keychain, and I want it to stay that way. But gh comes with a subcommand api that can be used to send authorized API request to GitHub. So I think maybe bin can integrate with gh to send API requests to lift rate limits like GITHUB_TOKEN?
One of my Linux machines has
ghcommandline installed, but it was logged in using OAuth, so the token is stored in OS keychain, and I want it to stay that way. Butghcomes with a subcommandapithat can be used to send authorized API request to GitHub. So I think maybebincan integrate withghto send API requests to lift rate limits likeGITHUB_TOKEN?