mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 07:06:56 +00:00
fix warning about outputToken being an unexpected input (#461)
This commit is contained in:
parent
dc4f72debb
commit
166100bd2a
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