From 2668d3cc0e2ab75ddc7c2d5b834831c00f546a58 Mon Sep 17 00:00:00 2001 From: jgarcesres Date: Thu, 14 Sep 2023 23:56:00 -0400 Subject: [PATCH] auth_type input --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index e858aba..8c6bc83 100644 --- a/action.yml +++ b/action.yml @@ -11,6 +11,9 @@ inputs: jamf_password: description: 'password to auth against jamf' required: true + jamf_auth_type: + description: 'auth for traditional username/pwd or oauth for clientid an secret' + default: auth script_dir: description: > the directory where the scripts to process are defaults to the github.workspace environment variable