From 5312508ed638ec1a1e92b692daec3d9562ea8eae Mon Sep 17 00:00:00 2001 From: Marco Lecheler Date: Fri, 23 Jun 2023 07:57:44 +0200 Subject: [PATCH] chore: use github.token as default input --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 78fa385..c0dc1f9 100644 --- a/action.yml +++ b/action.yml @@ -8,6 +8,7 @@ inputs: token: description: GitHub token. Required only if 'version' == 'latest' required: false + default: "${{ github.token }}" outputs: helm-path: description: 'Path to the cached helm binary'