mirror of
https://github.com/actions/setup-node.git
synced 2025-12-15 09:21:40 +08:00
add ability to include both types of registries on complex repos
This commit is contained in:
@@ -11,6 +11,9 @@ inputs:
|
||||
description: 'Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN'
|
||||
scope:
|
||||
description: 'Optional scope for authenticating against scoped registries'
|
||||
include-both-registries:
|
||||
description: 'Include both registry url and scoped'
|
||||
default: 'false'
|
||||
token:
|
||||
description: Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user.
|
||||
default: ${{ github.token }}
|
||||
|
||||
Reference in New Issue
Block a user