Commit e23d3c7
authored
Add
For example, Dependabot uses this style.
Currently, it's failing with "Resource not accessible by integration"
error:
https://github.com/ruby/rdoc/actions/runs/23154409178/job/67265027124?pr=1651#step:2:23
> RequestError [HttpError]: Resource not accessible by integration
I haven't tested this but It seems `contents: write` is needed for
repository dispatch:
https://docs.github.com/en/rest/authentication/permissions-required-for-github-apps?apiVersion=2022-11-28#repository-permissions-for-contents
> POST /repos/{owner}/{repo}/dispatches writecontents: write permission for preview of PR from ruby/rdoc (#1653)1 parent 697cb6e commit e23d3c7
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
0 commit comments