Anyone else seen this issue, know its cause/fix? My organisation recently enabled SSO on their github org, unfortunately this has meant that CircleCI every morning 403’s me from their pipelines, and I have to uninstall circleci from my github account, delete all my circle cookies, re login and reauth circle every day. Its a right pain in the back-side.
Hi, those instructions work, but I’ve discovered where the problem is actually emanating from.
I use multiple chrome profiles on my machine, a work one and a personal one. As I use CircleCi for both work and personal projects, they’re both logged into the same github account and thus the same CircleCI account. I don’t sign github in to SSO on my personal profile, only on my work profile. This is leading to a loss of access when switching between the two.
IMHO this ideally shouldn’t be an issue, and should probably go on a backlog somewhere. The temp fix is to sign into SSO on every GH session you use for circleci.