We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308e9b8 commit eabe930Copy full SHA for eabe930
1 file changed
action.yml
@@ -56,6 +56,10 @@ inputs:
56
description: 'Whether or not export Vault token as environment variables.'
57
default: 'false'
58
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
63
caCertificate:
64
description: 'Base64 encoded CA certificate to verify the Vault server certificate.'
65
0 commit comments