Commit f4665ab
.github/workflows: use CHATOPS_TOKEN for coverage comments
The default GITHUB_TOKEN has restricted permissions on fork PRs and
cannot post comments even with pull-requests: write permission. This
causes the coverage workflow to fail with "Resource not accessible by
integration" when trying to comment on PRs from forks.
Use CHATOPS_TOKEN instead, following the same pattern used in
slash.yml for fork PR interactions.
Fixes the error: GraphQL: Resource not accessible by integration (addComment)
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>1 parent 478d30f commit f4665ab
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
0 commit comments