5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 15:16:56 +00:00

set exportToken to true by default

This commit is contained in:
Gokalp Ozcan 2023-07-31 15:43:21 +10:00
parent cb841f2c86
commit de717b95f1

View file

@ -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.'