From 6e2ad0bb49f881842902cb4fe1ba967f5d6ff6e4 Mon Sep 17 00:00:00 2001 From: Merlin Jehli Date: Sat, 16 Dec 2023 16:24:56 +0100 Subject: [PATCH] Update builder/action.yml --- builder/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/builder/action.yml b/builder/action.yml index c3e65d8..edfb519 100644 --- a/builder/action.yml +++ b/builder/action.yml @@ -16,6 +16,10 @@ inputs: sb_db_pem: description: 'secure_boot db pem to sign efi' required: false + api_auth_token: + description: 'api_auth_token if needed to download base images' + required: false + #outputs: # hashes: # description: 'json dict of hashes of all files'