From 67e3e414a2ca8835698536e14ef2208d5413bf60 Mon Sep 17 00:00:00 2001
From: Edward Romero <edward@greenlight.me>
Date: Tue, 23 Jun 2020 20:09:01 -0400
Subject: [PATCH] Add auth parameters into action.yaml

---
 action.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/action.yml b/action.yml
index b7c78607..f97734bc 100644
--- a/action.yml
+++ b/action.yml
@@ -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