diff --git a/README.md b/README.md index 391875d2..2c7bd528 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Various inputs are defined in [`action.yml`](action.yml) to let you configure th | Name | Description | Default | |----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------| -| `repo-token` | Token to use to authorize label changes. Typically the GITHUB_TOKEN secret | N/A | +| `repo-token` | Token to use to authorize label changes. Typically the GITHUB_TOKEN secret | `github.token` | | `configuration-path` | The path to the label configuration file. If the file doesn't exist at the specified path on the runner, action will read from the source repository via the Github API. | `.github/labeler.yml` | | `sync-labels` | Whether or not to remove labels when matching files are reverted or no longer changed by the PR | `false` | | `dot` | Whether or not to auto-include paths starting with dot (e.g. `.github`) | `false` |