mirror of
https://github.com/actions/setup-node.git
synced 2025-12-15 09:21:40 +08:00
remove access token parameter since we can just pass it with auth password:
This commit is contained in:
@@ -19,9 +19,7 @@ inputs:
|
||||
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
|
||||
description: The password or access token to use for auth
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user