On AWS we have an EKS and VPC Endpoint. Inside EKS we have deployed unpub server (https://pub.dev/packages/unpub) and we are accessing it over AWS VPN using this url http://unpub.internal.abc . For AWS VPN we are using SSO based authentication. All working fine but there is a requirement that github actions can access this internal URL of unpub because our repos need unpub during build process.
Any idea how can we access internal URLs in GitHub actions? Thanks