I have a private repo that is used in my project something like "myPrivateRepo":"git+https://oauth2:SOMESECRET@git.github.com/privaterepo.git"
I will be deploying this project as a public repo. How can i hide the SOMESECRET
?
I tried to use enviornmentVariable but did not work out.
"myPrivateRepo":"${PrivateRepoUrl}"
Please assist.