CIRCLE_PR_USERNAME
, CIRCLE_PROJECT_REPONAME
or CIRCLE_USERNAME
..circleci/config.yml
of each repo on each branch and search for potential clear text secrets stored in there..circleci/config.yml
file. You can also get the context names from those files or check them in the web console: https://app.circleci.com/settings/organization/github/<org_name>/contexts..circleci/config.yml
in a repo isn't enough to trigger a circleci build. You need to enable it as a project in the circleci console.