I’m trying to use a private github repo as a dependency in my package.json. I don’t want my access token saved in the package.json so I want to use an environment variable like is briefly mentioned here Repository permissions and linking | Netlify Docs
I’ve set up a github personal access token with read access as described here [Support Guide] How do I access private repositories in the build environment?
and I’ve added it to my Build & Deploy Environment variables but I can’t seem to get it to access the env var in the package.json. Any help would be greatly appreciated.