How can I give CF Pages access to install private git repo url dependency in package.json?

Title, let me know if more details are required, it simply fails to download the private git repo, I assume due to access issues in the build environment
2 Replies
carrot sticks
carrot sticks12mo ago
What does the package.json line look like? Using GitHub? Something like this:
"secret_repo": "https://USERNAME_WITH_ASSIGNED_TOKEN:[email protected]/REPO_USERNAME/REPO_NAME.git"
"secret_repo": "https://USERNAME_WITH_ASSIGNED_TOKEN:[email protected]/REPO_USERNAME/REPO_NAME.git"
https://github.com/settings/tokens
Brenton
BrentonOP12mo ago
Interesting thanks I’ll give that a shot That worked thanks

Did you find this page helpful?