Skip to content

Commit eabe930

Browse files
committed
fix warning about outputToken being an unexpected input (#461)
1 parent 308e9b8 commit eabe930

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ inputs:
5656
description: 'Whether or not export Vault token as environment variables.'
5757
default: 'false'
5858
required: false
59+
outputToken:
60+
description: 'Whether or not to set the `vault_token` output to contain the Vault token after authentication.'
61+
default: 'false'
62+
required: false
5963
caCertificate:
6064
description: 'Base64 encoded CA certificate to verify the Vault server certificate.'
6165
required: false

0 commit comments

Comments
 (0)