- From your local machine, generate an ssh key
ssh-keygen -m PEM -t rsa -C "[email protected]"
- Add the public key to your Github project's Deploy Keys
- Add the private key to your CircleCI project's SSH keys (set the domain to "github.com")
- Copy the fingerprint from the key you just added on CircleCI
- Paste that fingerprint in your
.circleci/config.yml
understeps > add_ssh_keys > fingerprints