diff --git a/README.md b/README.md index 2032db8..1bf4915 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ repository, the same rule applies. | Argument | Required | Default value | Description | |----------|----------|---------------|-------------| | WIKI_DIR | No | wiki/ | Directory to rsync files to the wiki.(https://github.com/settings/tokens/new?scopes=repo). | -| GH_TOKEN | Yes | | The GitHub Token for this action to use. Specify `${{ secrets.GITHUB_TOKEN }}` for public repositories. If you're commiting to a different repository or a private repository, create a [GitHub PAT](https://github.com/settings/tokens/new?scopes=repo&description=wiki%20page%20creator%20token) and save it as `GH_TOKEN`. Then, specify in your action `${{ secrets.GH_TOKEN }}`. | +| GH_TOKEN | Yes | | The GitHub Token for this action to use. Specify `${{ secrets.GITHUB_TOKEN }}` for public repositories. If you're commiting to a different repository or a private repository, create a [GitHub PAT](https://github.com/settings/tokens/new?scopes=repo&description=wiki%20page%20creator%20token) and save it in GitHub secrets as `GH_TOKEN`. Then, specify in your action `${{ secrets.GH_TOKEN }}`. | | GH_MAIL | Yes | | The email associated with the token. | | GH_NAME | Yes | | The username associated with the token. | | EXCLUDED_FILES | No | | The files or directories you want to exclude. Note, we use rsync |