mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
Add auth parameters into action.yaml
This commit is contained in:
parent
c687446e94
commit
67e3e414a2
1 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,14 @@ inputs:
|
||||||
token:
|
token:
|
||||||
description: Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user.
|
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 }}
|
default: ${{ github.token }}
|
||||||
|
auth-url:
|
||||||
|
description: Provides url for which to get auth from
|
||||||
|
auth-user:
|
||||||
|
description: The user to use for auth
|
||||||
|
auth-password:
|
||||||
|
description: The password to auth with
|
||||||
|
auth-access-token:
|
||||||
|
description: The access token to auth with if not using password
|
||||||
# TODO: add input to control forcing to pull from cloud or dist.
|
# TODO: add input to control forcing to pull from cloud or dist.
|
||||||
# escape valve for someone having issues or needing the absolute latest which isn't cached yet
|
# escape valve for someone having issues or needing the absolute latest which isn't cached yet
|
||||||
# Deprecated option, do not use. Will not be supported after October 1, 2019
|
# Deprecated option, do not use. Will not be supported after October 1, 2019
|
||||||
|
|
Loading…
Add table
Reference in a new issue