I have a Github Actions CI/CD for my python packages which has dependency on a private repository. Moreover, that repository is behind VPN which obviously breaks my installation and testing pipeline.
Is there a way to configure VPN for Github Actions task to make it work?
Should I set-up some kind of proxy and have bastion host within vpn?
What is the recommendable approach for such a case?