Adding `default: ${{ github.token }}` to `action.yml` would simplify usage, one less required parameter. See: - https://github.com/actions/checkout/blob/main/action.yml#L24 - https://github.com/actions/github-script/blob/main/action.yml#L13
Adding
default: ${{ github.token }}toaction.ymlwould simplify usage, one less required parameter.See: