Skip to content
Snippets Groups Projects
  • Rhys Arkins's avatar
    6643a3d0
    feat: npm token substitution in npmrc · 6643a3d0
    Rhys Arkins authored
    If an encrypted npmToken is found alongside an unencrypted npmrc in config, then the token will replace any `${NPM_TOKEN}` placeholder found, or be appended to the end of the file. This enables large npmrc files to be defined in config without needing to enrypt the entire thing.
    
    Closes #1796
    6643a3d0
    History
    feat: npm token substitution in npmrc
    Rhys Arkins authored
    If an encrypted npmToken is found alongside an unencrypted npmrc in config, then the token will replace any `${NPM_TOKEN}` placeholder found, or be appended to the end of the file. This enables large npmrc files to be defined in config without needing to enrypt the entire thing.
    
    Closes #1796