How to integrate GitHub Enterprise(GHE) with Rayjobs

How severe does this issue affect your experience of using Ray?

  • High: It blocks me to complete my task.

Hi,

I am looking for the best practice to submit CRD Rayjobs via the kuberay-operator with the code stored in GitHub Enterprise.
The idea is to clone the code from GHE, then run the code inside the entrypoint field of the Rayjob, instead of attaching the code as configmap file, since for a larger project, the code seems not so readable in a yaml file. Is there any GHE integration available for solving this or I need to attach my GHE credentials somewhere in the Rayjob yaml?

Looking forward to the suggestions and thanks in advance.