github-action-benchmark
github-action-benchmark copied to clipboard
Post benchmark comments on a fork PR
Hey there! I'm making use of this action, and just realised it's failing to post the markdown comment with the results on PRs coming from forks. For example:
See https://github.com/sourcemeta/blaze/actions/runs/11919962225/job/33220848106?pr=167
Is there anything I need to do to make it work?
Hi! Is there any update on this?
For context, when you create a PR from a fork, the GitHub token in the actions only has read-only permissions.
I guess the problem here is the comment that the action makes on the PR. Is there no way to use the token of the PR creator or something like that?