CircleCI-Public / circleci-cli-orb

Easily install and use the CircleCI CLI, on CircleCI
https://circleci.com/orbs/registry/orb/circleci/circleci-cli
MIT License
2 stars 11 forks source link

Remove reliance on the GitHub API #6

Closed FelicianoTech closed 4 years ago

FelicianoTech commented 4 years ago

The install command relies on the GitHub API in order to do it's thing. This is starting to cause of issues with rate limiting since we're unauthenticated.

This orb is occasionally having the same issue as the jq orb: https://github.com/CircleCI-Public/jq-orb/issues/10