From 50ed1100af79b5363b3f493158403daf1e8c4d9f Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Thu, 8 Jun 2023 07:03:00 -0500 Subject: [PATCH] fix warning about outputToken being an unexpected input --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 6f1d26e9..94d358ee 100644 --- a/action.yml +++ b/action.yml @@ -56,6 +56,10 @@ inputs: description: 'Whether or not export Vault token as environment variables.' default: 'false' required: false + outputToken: + description: 'Whether or not to set the `vault_token` output to contain the Vault token after authentication.' + default: 'false' + required: false caCertificate: description: 'Base64 encoded CA certificate to verify the Vault server certificate.' required: false