mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-02-23 19:31:46 +00:00
docs: remove wrong part.
No need to write permission. A bad part was get GITHUB_TOKEN from secrets.
This commit is contained in:
parent
d20e92e308
commit
e61538ba96
1 changed files with 4 additions and 4 deletions
|
|
@ -112,10 +112,10 @@ with:
|
||||||
|
|
||||||
### Error: Resource not accessible by integration
|
### Error: Resource not accessible by integration
|
||||||
|
|
||||||
This library require write permission of repo. that message means requester has
|
That message means requester has not enough permission. The solution is to split
|
||||||
not enough permission. The solution is to split the workflow between the part
|
the workflow between the part that can be executed with only read privileges and
|
||||||
that can be executed with only read privileges and the part that writes comments.
|
the part that writes comments. See [this
|
||||||
See [this article](https://securitylab.github.com/research/github-actions-preventing-pwn-requests)
|
article](https://securitylab.github.com/research/github-actions-preventing-pwn-requests)
|
||||||
for more information, and see below example for solution:
|
for more information, and see below example for solution:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue