From 2fff63022846517a8153cfe407e44c61d5fd014b Mon Sep 17 00:00:00 2001 From: Kevin Schoonover Date: Sun, 5 Nov 2023 13:20:15 -0800 Subject: [PATCH] revokeKey -> revokeToken --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1254932..9f56c29 100644 --- a/action.yml +++ b/action.yml @@ -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