> On Dec 25, 2021, at 3:42 AM, Gavin McDonald <gmcdon...@apache.org> wrote:
>
> Hi
>
> On Sat, Dec 25, 2021 at 12:24 PM Gavin McDonald <gmcdon...@apache.org> wrote:
> I'll take a look, note that Infra has not changed anything, so we can rule
> that out as a possible cause.
>
> I see the last two builds failed the test-patch step, but doesnt say why.
> Can you let me know how you narrowed the failure down to the built in
> GITHUB_TOKEN ?
If you look at the raw logs, you’ll see Yetus trying to write a github
status and throwing that error. If it could write, it would tell you why the
job failed. Looking at a working vs. not working job setup, it is clear the
token permissions have changed from write to read.
At this point, I’m just going to assume that we’ll need to code around
this change. :(. Not sure how we’ll do that, but…