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 @@
#  GitHub Action: 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` | | |