You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use a deploy key in GitHub to allow circleci to write PRs as part of our CI workflow. However this is now discouraged as a best practice, so we should migrate off of using a GitHub deploy key and instead use a GitHub app so that it is not tied to any one persons account.