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:
parent
cb841f2c86
commit
de717b95f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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.'
|
||||
|
|
|
|||
Loading…
Reference in a new issue