Overview
Starting August 2023 when you authorize your CircleCI account with GitHub, you may find this will be done through our GitHub App, rather than the GitHub OAuth app.
How can I tell if I've authenticated CircleCI with GitHub OAuth or GitHub Apps?
The easiest way to distinguish if you've authorized your CircleCI account using GitHub OAuth or GitHub Apps is to evaluate the URL.
-
This style of URL indicates you authenticated with the GitHub App:
https://app.circleci.com/pipelines/circleci
-
This style of URL indicates you authenticated with the GitHub OAuth app:
https://app.circleci.com/github/<your github organization name>
Comments
Please sign in to leave a comment.