1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-09 10:25:52 +00:00

Add auth parameters into action.yaml

This commit is contained in:
Edward Romero 2020-06-23 20:09:01 -04:00
parent c687446e94
commit 67e3e414a2

View file

@ -14,6 +14,14 @@ inputs:
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 }}
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.
# 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