github-action-benchmark
github-action-benchmark copied to clipboard
Trigger workflow_dispatch requires users to pass GITHUB_TOKEN
I've tried using github-action-benchmark workflow with workflow_dispatch trigger, but for security reasons I do not want to pass secrets.GITHUB_TOKEN as input argument to github-token.
Due to the change done here: https://github.com/benchmark-action/github-action-benchmark/pull/74/files
If the workflow trigger is not
The commit context should be either:
- Being figured out based on the payload available in workflow_dispatch trigger
- Or I should be able to pass the input to omit this data entirely