From 72bb5268816d6e72cd12a81460eda684601249b4 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sun, 24 Nov 2019 23:14:30 +0900 Subject: [PATCH] Update description --- README.md | 1 + action.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.'