-
I followed https://github.com/containerbase/base/blob/main/docs/custom-registries.md for using our internal registry for npm tools, but our registry requires auth. Didn't see a good way to pass that through, so was wondering if there were any ideas around that. Use case/context is in conjunction with the renovatebot github-action - https://github.com/renovatebot/github-action |
Beta Was this translation helpful? Give feedback.
Answered by
viceice
Dec 5, 2024
Replies: 1 comment 1 reply
-
I think your best option is to mount a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pachuka
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think your best option is to mount a
.npmrc
file to/home/ubuntu/.npmrc
with your registry token