diff --git a/action.yml b/action.yml index 48a8e88..59a1ab7 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,8 @@ inputs: required: true github-token: description: The GitHub token used to create an authenticated client - required: true + default: ${{ github.token }} + required: false debug: description: Whether to tell the GitHub client to log details of its requests default: false