The `repo-token` input doesn't need to be mandatory, you can read the default value like this: ```yml repo-token: description: 'The GITHUB_TOKEN secret' default: ${{ github.token }} required: false ```