Let's say you have a project depending on a private git
repository that your CI server needs access to, or a third-party developer.
In our case, it's an Elixir dependency in our Mix.exs
file that looks like this:
{:my_private_dependency, git: "[email protected]:original-organization/my_private_dependency.git", ref: "46de95907bc4e636acd798ba19c43138f72199de"},