I have 2 private repos: 1 for my theme and 1 for my site. I’m calling the theme like this:
[module]
[module.hugoVersion]
[[module.imports]]
path="github.com/myusername/mytheme"
If github.com/myusername/mytheme is a public repo then I can deploy without any issues (on Netlify), but if it’s a private repo then the build fails because it cannot read username (have already given Netlify access to both repos).
I’d really appreciate help finding a solution to this… I would also be happy to deploy as Cloudflare Worker Pages if somebody knows how to do that with 2 private repos (hugo site + hugo theme module).