Opam lets you specify additional opam repositories where packages may be advertised in addition to the default public opam-repository (see e.g. opam repo add --help).
I make use of this sometimes for some projects. For example I've documented a workflow that uses this here.
In the GitHub action, if you use Setup OCaml you can add extra custom repositories by using the opam-repositories variable, for example such as here.
Given that there is no equivalent to CI .yml action files when using ocaml-ci, I am not sure where this bit of configuration could be specified, if at all.
Is this supported at the moment? If not, I wanted to express interest for this. Thank you!