mirror of
https://github.com/actions/setup-node.git
synced 2025-07-23 23:18:25 +02:00
add ability to include both types of registries on complex repos
This commit is contained in:
parent
39ccff2929
commit
eff932eb37
2 changed files with 16 additions and 3 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue