Probable rate limiting issue for enterprise runners
RPCMoritz opened this issue · 2 comments
Hey, I'd like to point out that the rationale for adding a Github token to the MacOS-runners on github.com also applies to enterprise runners. There, usually entire servers farms run behind a handful of public IPs which then get flagged quickly by Github as exceeding their allocated rate.
Sadly, the error message doesn't really help me with understanding whether that's the case, but the observed behavior matches rate limiting perfectly:
Run axel-op/googlejavaformat-action@v3
Version of JDK: 11
Downloading Google Java Format
Error: TypeError: Cannot read properties of undefined (reading 'find')
I will contribute a short note on the doc, but would like to encourage someone to look into the error handling for this particular recurring issue :)
Alternatively: It would be nice to be able to refer to custom repositories for the download.
Re-opening this while the error message is not clarified.