mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-14 12:31:14 +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
|
||||
|
||||
This library require write permission of repo. that message means requester has
|
||||
not enough permission. The solution is to split the workflow between the part
|
||||
that can be executed with only read privileges and the part that writes comments.
|
||||
See [this article](https://securitylab.github.com/research/github-actions-preventing-pwn-requests)
|
||||
That message means requester has not enough permission. The solution is to split
|
||||
the workflow between the part that can be executed with only read privileges and
|
||||
the part that writes comments. See [this
|
||||
article](https://securitylab.github.com/research/github-actions-preventing-pwn-requests)
|
||||
for more information, and see below example for solution:
|
||||
|
||||
```yaml
|
||||
|
|
|
|||
Loading…
Reference in a new issue