5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-09 08:06:55 +00:00

fix warning about outputToken being an unexpected input (#461)

This commit is contained in:
John-Michael Faircloth 2023-06-08 10:31:49 -05:00 committed by JM Faircloth
parent 308e9b8198
commit eabe930713

View file

@ -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