Multiple Private Repositories

Hey, I am currently trying to configure a build hook which install dependencies via npm install.

As such, I have a handful of private dependencies that we are currently having trouble installing.

I have checked out the documentation below but the guidelines on how to achieve this are minimal.
https://docs.platform.sh/development/private-repository.html#using-multiple-private-git-repositories

Currently, I have a GitHub machine account which has access to the private repos. This account has the same SSH key attached on both GitHub and Platformsh.

Still no luck with this current setup, is there something I am missing?

Thanks.

Did you ever solve this? I ran into a very similar issue; except it was working for one project, and it wasn’t after creating a second project. I needed to copy the project deploy key as an “SSH Key” on the machine user GitHub account Settings > SSH and GPG keys page.