Skip to content

Commit fe4c691

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5a92d98 commit fe4c691

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

actions/test/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ![Icon](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2stc3F1YXJlIiBjb2xvcj0iYmx1ZSI+PHBvbHlsaW5lIHBvaW50cz0iOSAxMSAxMiAxNCAyMiA0Ij48L3BvbHlsaW5lPjxwYXRoIGQ9Ik0yMSAxMnY3YTIgMiAwIDAgMS0yIDJINWEyIDIgMCAwIDEtMi0yVjVhMiAyIDAgMCAxIDItMmgxMSI+PC9wYXRoPjwvc3ZnPg==) GitHub Action: Test
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/c4b24a64c2dd90a7b6c8c553224b44ae0e9235d524ea4bd0df4e421323d263a8/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Test" />
6+
<img src="https://opengraph.githubassets.com/d461a79fde058078acabf02d62219defa08b2dce6d9794d98a7c45cec8f05964/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Test" />
77
</div>
88

99
---
@@ -73,6 +73,10 @@ Action to test Node.js projects with support for coverage reporting and pull req
7373

7474
# GitHub token for coverage PR comments.
7575
# Required when coverage is set to `github`.
76+
# Requires permissions to create and update PR comments:
77+
#
78+
# - `issues: write`
79+
# - `pull-requests: write`
7680
github-token: ""
7781
```
7882
@@ -105,6 +109,10 @@ Action to test Node.js projects with support for coverage reporting and pull req
105109
| | See the [parse-ci-reports documentation](https://hoverkraft-tech/ci-github-common/actions/parse-ci-reports) for details. | | |
106110
| **`github-token`** | GitHub token for coverage PR comments. | **false** | - |
107111
| | Required when coverage is set to `github`. | | |
112+
| | Requires permissions to create and update PR comments: | | |
113+
| | | | |
114+
| | - `issues: write` | | |
115+
| | - `pull-requests: write` | | |
108116

109117
<!-- inputs:end -->
110118
<!-- secrets:start -->

0 commit comments

Comments
 (0)