Skip to content

Commit 3e1d57e

Browse files
committed
Add limitation note to README.md
This action does not work with Pull Reuqest from forked repository, because `GITHUB_TOKEN` used on that condition does not have write access to checks APIs.**
1 parent 813de29 commit 3e1d57e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
```
3131
32+
**Limitation: This action does not work with Pull Reuqest from forked repository, because `GITHUB_TOKEN` used on that condition does not have write access to checks APIs.**
33+
3234
## Secrets
3335

3436
- Specifying `GITHUB_TOKEN` to `secrets` is required to using [Check Run APIs](https://developer.github.com/v3/checks/runs/) for generating annotations from SwiftLint Violations.

0 commit comments

Comments
 (0)