graalvm / setup-graalvm

GitHub Action for setting up GraalVM distributions.
https://www.graalvm.org
Universal Permissive License v1.0
195 stars 28 forks source link

Error breaking our CI all the time: `API rate limit exceeded for ...` #28

Closed guizmaii closed 1 year ago

guizmaii commented 1 year ago

Hey there 🙂

We're using this action to setup our JVM in our CI tasks, and we're getting more and more of these errors:

Screenshot 2022-12-20 at 11 11 48 am

It's really annoying to have a flaky CI because of these errors 😕

fniephaus commented 1 year ago

Hi @guizmaii, are you providing a github-token? Also, it appears that GitHub Actions is having an incident at the moment.

guizmaii commented 1 year ago

Thanks! I've added it everywhere. Let's hope it fixes the issue 🙏