diff --git a/README.md b/README.md index e628db0..be5e5ec 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ This action was created to help facilitate a GitHub Actions "ChatOps" solution i | Name | Description | Default | | --- | --- | --- | +| `token` | `GITHUB_TOKEN` or a `repo` scoped [PAT](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line). | | | `repository` | The full name of the repository in which to create or update a comment. | Current repository | | `issue-number` | The number of the issue or pull request in which to create a comment. | | | `comment-id` | The id of the comment to update. | | diff --git a/action.yml b/action.yml index 3ac236e..73dc744 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Create or Update Comment' description: 'Create or update an issue or pull request comment' inputs: token: - description: 'A GitHub access token.' + description: 'GITHUB_TOKEN or a repo scoped PAT.' required: true repository: description: 'The full name of the repository in which to create or update a comment.'