From de717b95f16b5a80aa6334bd333d7ea69ef98aca Mon Sep 17 00:00:00 2001 From: Gokalp Ozcan Date: Mon, 31 Jul 2023 15:43:21 +1000 Subject: [PATCH] set exportToken to true by default --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 94d358e..367062d 100644 --- a/action.yml +++ b/action.yml @@ -54,7 +54,7 @@ inputs: required: false exportToken: description: 'Whether or not export Vault token as environment variables.' - default: 'false' + default: 'true' required: false outputToken: description: 'Whether or not to set the `vault_token` output to contain the Vault token after authentication.'