In a thread [on slack](https://kotlinlang.slack.com/archives/C02UUATR7RC/p1742907721287939) we discovered that for some unknown reason the GitHub App might be timing our app out. To mitigate this issue a little, we should cascade failing App requests to request with PAT, as we originally used to do. - [x] Add fallback to PAT - [x] Add logs for when IAT fails - [ ] Add a metric for when IAT fails