github-workflows-kt icon indicating copy to clipboard operation
github-workflows-kt copied to clipboard

[Chore] Add fallback to Personal Access Token if Installation Access Token fails for whichever reason

Open LeoColman opened this issue 7 months ago • 0 comments

In a thread on slack 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

LeoColman avatar Apr 01 '25 12:04 LeoColman