diff --git a/action.yml b/action.yml index 80e20f2..bfeb95c 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 }}" downloadBaseURL: description: 'Set the download base URL' required: false