I am writing to you about a problem with private packages on an Actor JS/Typescript- Engine Node 18.
I followed these steps: - I created a secret with the NPM_GITHUB_TOKEN - checked the option from GUI "Apply environment variables also to the build process" - I added these lines to my Dockerfile ARG NPM_GITHUB_TOKEN
ENV NPM_GITHUB_TOKEN=$NPM_GITHUB_TOKENARG NPM_GITHUB_TOKEN
ENV NPM_GITHUB_TOKEN=$NPM_GITHUB_TOKEN and tried printing the value of the NPM_GITHUB_TOKEN in the build (it works) - I correctly created the .npmrc file that uses the NPM_GITHUB_TOKEN