Skip to content

Commit 1d35b84

Browse files
authored
Merge pull request #80 from peter-evans/error-note
Add note to see readme for a particular error
2 parents 90e17f0 + 88a285f commit 1d35b84

File tree

3 files changed

+4918
-4751
lines changed

3 files changed

+4918
-4751
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ This action was created to help facilitate a GitHub Actions "ChatOps" solution i
5959
| `reactions` | A comma separated list of reactions to add to the comment. (`+1`, `-1`, `laugh`, `confused`, `heart`, `hooray`, `rocket`, `eyes`) | |
6060

6161
Note: In *public* repositories this action does not work in `pull_request` workflows when triggered by forks.
62+
Any attempt will be met with the error, `Resource not accessible by integration`.
6263
This is due to token restrictions put in place by GitHub Actions. Private repositories can be configured to [enable workflows](https://docs.github.com/en/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository#enabling-workflows-for-private-repository-forks) from forks to run without restriction. See [here](https://github.com/peter-evans/create-pull-request/blob/master/docs/concepts-guidelines.md#restrictions-on-repository-forks) for further explanation. Alternatively, use the [`pull_request_target`](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#pull_request_target) event to comment on pull requests.
6364

6465
#### Outputs

0 commit comments

Comments
 (0)