diff --git a/actions/test/README.md b/actions/test/README.md index 532b8f7..495f322 100644 --- a/actions/test/README.md +++ b/actions/test/README.md @@ -3,7 +3,7 @@ # ![Icon](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2stc3F1YXJlIiBjb2xvcj0iYmx1ZSI+PHBvbHlsaW5lIHBvaW50cz0iOSAxMSAxMiAxNCAyMiA0Ij48L3BvbHlsaW5lPjxwYXRoIGQ9Ik0yMSAxMnY3YTIgMiAwIDAgMS0yIDJINWEyIDIgMCAwIDEtMi0yVjVhMiAyIDAgMCAxIDItMmgxMSI+PC9wYXRoPjwvc3ZnPg==) GitHub Action: Test
- Test + Test
--- @@ -73,6 +73,10 @@ Action to test Node.js projects with support for coverage reporting and pull req # GitHub token for coverage PR comments. # Required when coverage is set to `github`. + # Requires permissions to create and update PR comments: + # + # - `issues: write` + # - `pull-requests: write` github-token: "" ``` @@ -105,6 +109,10 @@ Action to test Node.js projects with support for coverage reporting and pull req | | See the [parse-ci-reports documentation](https://hoverkraft-tech/ci-github-common/actions/parse-ci-reports) for details. | | | | **`github-token`** | GitHub token for coverage PR comments. | **false** | - | | | Required when coverage is set to `github`. | | | +| | Requires permissions to create and update PR comments: | | | +| | | | | +| | - `issues: write` | | | +| | - `pull-requests: write` | | |