mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-08 23:56:55 +00:00
fix warning about outputToken being an unexpected input (#461)
This commit is contained in:
parent
308e9b8198
commit
eabe930713
1 changed files with 4 additions and 0 deletions
|
|
@ -56,6 +56,10 @@ inputs:
|
|||
description: 'Whether or not export Vault token as environment variables.'
|
||||
default: 'false'
|
||||
required: false
|
||||
outputToken:
|
||||
description: 'Whether or not to set the `vault_token` output to contain the Vault token after authentication.'
|
||||
default: 'false'
|
||||
required: false
|
||||
caCertificate:
|
||||
description: 'Base64 encoded CA certificate to verify the Vault server certificate.'
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue