-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(config): set npmToken
in npmrc
when not in encrypted
#31815
fix(config): set npmToken
in npmrc
when not in encrypted
#31815
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the existing token handling should be removed then. 🤔
maybe it should be handled in npm manager only? because there's already some kind of code to handle 🤔
Still needed for self-hosted users. |
can't we unify that code? otherwise we risk unexpected behavior in future |
Actually just removing the npmToken & npmrc logic from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but needs real repo testing
Done ✅ |
…tamSingh/renovate into fix-31808/set-npm-token
🎉 This PR is included in version 39.7.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes
Add
npmToken
value in thenpmrc
string even when thenpmToken
is not withinencrypted
objectContext
Closes: #31808
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: