diff --git a/action.yml b/action.yml index 4ff5009a..97a8077f 100644 --- a/action.yml +++ b/action.yml @@ -16,6 +16,7 @@ inputs: default: "true" github-token: description: "GitHub token for fetching Earthly version list." + default: ${{ github.token }} runs: using: node20 main: dist/setup/index.js