Summary
The user is experiencing rate limiting issues with unauthenticated calls to the GitHub API while using a GitHub runner called Earthly Satellite. They are seeking a solution to ensure that the satellite only makes authenticated requests.
brandon
It should work, if you authenticate on the host github runner, earthly should pickup the credentials and forward them to the satellite
josh774
we're using a github runner earthly satellite and we keep getting rate limiting messages for unauthenticated calls to the github API. Is there a way to make it so the satellite is only making authenticated requests?