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