From 781b688fe66ca2d97ef24d003603e2fcde1b6a1c Mon Sep 17 00:00:00 2001 From: JohannesGuenther Date: Fri, 5 Mar 2021 17:35:32 +0100 Subject: [PATCH] Update action.yml Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6c4aea5..da1700b 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ inputs: description: "The role name for the kubernetes authentification" required: false tokenPath: - description: "The path to the kubernetes service account secret, the action reads the content of this file on the runner" + description: "The path where the Kubernetes service account JWT is located" required: false authPayload: description: 'The JSON payload to be sent to Vault when using a custom authentication method.'