diff --git a/README.md b/README.md index fce743c..a1ec999 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Creating a new release `v6.8 -> v7` using the recommended configuration above. | Input | type | required | default | description | |:-----------------:|:-------------:|:-------------:|:-----------------------:|:---------------------------------------------------------------:| -| `token` | `string` | `true` | `${{ github.token }}` | [GITHUB_TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow)
or a repo scoped
[Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) | +| `token` | `string` | `true` | `${{ github.token }}` | [GITHUB\_TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github\_token-in-a-workflow)
or a repo scoped
[Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) | | `current_version` | `string` | `false` | | The current project version
(Defualts to: The last git tag) | | `new_version` | `string` | `false` | | The next project version
(Defaults to: The new git tag) | | `paths` | `array` | `true` | | A list of file names to search
and replace versions. |