-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Closed
Labels
Milestone
Description
Expected Behavior
In How To ==> Install Private Packages ==> Custom Registry Endpoints, the Environment
variables TOKEN_FOR_NPM or TOKEN_FOR_GITHUB should expand correctly.
Actual Behavior
Environment variables do not expand.
Section that requires update
https://developers.cloudflare.com/pages/how-to/npm-private-registry#custom-registry-endpoints.
Additional information
The syntax for the environment variables is wrong.
Update the environment variables from $TOKEN_FOR_NPM and $TOKEN_FOR_GITHUB to
${TOKEN_FOR_NPM} and ${TOKEN_FOR_GITHUB} .... notice the addition of squiggly brackets.