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'