Git@github.com: Permission denied (publickey)

https://app.circleci.com/pipelines/github/chicory/chicory-retailer/869/workflows/5973f63c-6428-434a-a049-94cdf6f9e90b/jobs/928

I am getting this error while running this project
We have already setup the deploy key in git and CircleCI and we are able to checkout the code.
We are passing two repositories in requirement.txt . while cloning these repository I am getting the following error:

Running command git clone -q 'ssh://@github.com//’ /opt/venv/src/****
Warning: Permanently added the RSA host key for IP address ‘140.82.113.3’ to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Hi @kambley! In the past, I’ve seen similar issues when a key was removed from GitHub. You may need to remove and re-add the deploy key (under Project Settings >> SSH keys

Let me know if that works!