homebrew-bio icon indicating copy to clipboard operation
homebrew-bio copied to clipboard

Pull request fails because of API rate limit on `brew livecheck`

Open bredelings opened this issue 2 months ago • 1 comments

Hi,

The pull request to bump the bali-phy version keeps failing on one or two architectures, but only (I think) because brew livecheck is failing.

Is there a solution for this?

-BenRI

  [
    {
      "formula": "brewsci/bio/bali-phy",
      "status": "error",
      "messages": [
        "GitHub API Error: API rate limit exceeded for 13.105.117.178. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)\nTry again in 20 minutes 30 seconds, or:\nCreate a GitHub personal access token:\n  \u001b[4mhttps://github.com/settings/tokens/new?scopes=gist,repo,workflow&description=Homebrew\u001b[24m\necho 'export HOMEBREW_GITHUB_API_TOKEN=your_token_here' >> ~/.profile\n\n"
      ],
      "meta": {
        "livecheckable": true
      }
    }
  ]

bredelings avatar May 22 '24 12:05 bredelings