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.