5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 23:26:55 +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 required: false
exportToken: exportToken:
description: 'Whether or not export Vault token as environment variables.' description: 'Whether or not export Vault token as environment variables.'
default: 'false' default: 'true'
required: false required: false
outputToken: outputToken:
description: 'Whether or not to set the `vault_token` output to contain the Vault token after authentication.' description: 'Whether or not to set the `vault_token` output to contain the Vault token after authentication.'