mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-08 23:56:55 +00:00
revokeKey -> revokeToken
This commit is contained in:
parent
d303421d5b
commit
2fff630228
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ inputs:
|
|||
secretEncodingType:
|
||||
description: 'The encoding type of the secret to decode. If not specified, the secret will not be decoded. Supported values: base64, hex, utf8'
|
||||
required: false
|
||||
revokeKey:
|
||||
revokeToken:
|
||||
description: 'When set to true, automatically revokes the vault token after the run is complete.'
|
||||
default: "false"
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue