5
0
Fork 0
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:
Kevin Schoonover 2023-11-05 13:20:15 -08:00
parent d303421d5b
commit 2fff630228

View file

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