I’ve been using the fly builders to build and deploy my app, which is connected to my GitHub repo. Just today I noticed the build failing with a popup error : It seems that your GitHub SSO token expired, please login again to ``Fly.io`` using GitHub to fix this
In the builder logs on the site : fatal: Authentication failed for 'https://github.com/myuser/myrepo.git/'
I did exactly that and relogged using GitHub, even on private windows with no luck. I’ve tried to suspend and unsuspend the fly app’s integration with my git repo too.
Was there a recent change around authentication that’s causing this? Everything has been fine up until today.