You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have stumbled on a setup that maybe cannot be covered by your tool or any similar. GitHub does not allow to have a single SSH Deploy Key for all your projects, you are forced to create a pair per project. If you want now to use 2 projects on a GitHub Action, it is not possible to define more than one key on the same host (github.com in our case) like this:
Hi and thank you for your useful tool,
I have stumbled on a setup that maybe cannot be covered by your tool or any similar. GitHub does not allow to have a single SSH Deploy Key for all your projects, you are forced to create a pair per project. If you want now to use 2 projects on a GitHub Action, it is not possible to define more than one key on the same host (github.com in our case) like this:
where in
.github/scripts/create_python_venv.sh
there ispip install -r requirements.txt
command which contains the following:As both URLs in requirements file require a different SSH key pair to work even though the host is the same.
The text was updated successfully, but these errors were encountered: