Can't fetch go modules from private repo in the same orginization
I am trying to build a GO project and one of the modules I have is a private repo.
I get
The Railway app is installed for all repos in my orginization. Any ideas?
13 Replies
Project ID:
ddfafcdb-e3f7-4533-bd92-dd87712f7620
ddfafcdb-e3f7-4533-bd92-dd87712f7620
railway does not support authenticating to private repos for grabbing packages at this time
ahhh got ya
Is there any plans in the future to have this support?
yes it's definitely planned, no eta though
Got ya, thanks π
Is there any workarounds that you might know of now?
mby I need to build everything before I mount it into Docker somehow
doesn't authenticating with github require some ssh key or something?
you can use a token
and .NETRC
I assume you are building with your own dockerfile?
Yeah
I am π
well then you have full control over the entire build, I'm sure there's a way to sprinkle in github Auth to that
Yea. I am probably able to fetch go vendor before the build somehow
sounds good, let me know how that goes!