Summary
The user submitted a pull request that failed a check due to a 401 Unauthorized error, inquiring if this is a known issue and if the check can be re-run. The response confirmed it is a known issue related to external contributors lacking access to GitHub secrets, and the team will review and trigger the build. The user also asked if the contribution will be included in version 0.8.16, to which the response was affirmative.
nacho
Yea
eliott.wiener
Thanks! Will it be incorporated into 0.8.16?
nacho
Merged Eliot thanks for the contribution
nacho
Hi this is a known issue. Builds triggered from external contributors don’t have access to GH secrets. We’ll review it and trigger the build
eliott.wiener
A PR I submitted ( https://github.com/earthly/earthly/pull/4267 ) had a check fail due to what seems like an unrelated error:
Error: failed to SAVE IMAGE: failed to authorize: failed to fetch oauth token: unexpected status from GET request to <https://auth.docker.io/token?scope=repository%3Aearthly%2Fearthlybinaries%3Apull%2Cpush&service=registry.docker.io>: 401 Unauthorized
Is this a known issue with the CI checks? Can this be re-run?