We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462c4db commit 472b974Copy full SHA for 472b974
1 file changed
.github/workflows/fork_pr_benchmarks_track.yml
@@ -9,6 +9,8 @@ jobs:
9
track_fork_pr_branch:
10
if: github.event.workflow_run.conclusion == 'success'
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ pull-requests: write
14
env:
15
BENCHMARK_RESULTS: benchmark_results.json
16
PR_EVENT: event.json
0 commit comments