In CircleCI, we need to add_ssh_keys to access another private repo that is not in the organization.
We are using fastlane match in the jobs so it is not simple checkout.
e.g.
- add_ssh_keys:
fingerprints:
- "SO:ME:FIN:G:ER:PR:IN:T"
How do you do that in GitHub Actions?