Closed feelepxyz closed 1 year ago
Use the env var NODE_AUTH_TOKEN as actions/setup-node will auto-magically read this env var in the created .npmrc file it creates.
NODE_AUTH_TOKEN
actions/setup-node
.npmrc
Ref: https://github.com/actions/setup-node/blob/d1b197b965eb46e1a1878caad41c4ab3efae133f/src/authutil.ts#L48
Use the env var
NODE_AUTH_TOKEN
asactions/setup-node
will auto-magically read this env var in the created.npmrc
file it creates.Ref: https://github.com/actions/setup-node/blob/d1b197b965eb46e1a1878caad41c4ab3efae133f/src/authutil.ts#L48