Skip to content

Commit c1bd4fe

Browse files
authored
Merge pull request #5 from ruyadorno/patch-1
fix permission on track gh action example
2 parents 462c4db + 472b974 commit c1bd4fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/fork_pr_benchmarks_track.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
track_fork_pr_branch:
1010
if: github.event.workflow_run.conclusion == 'success'
1111
runs-on: ubuntu-latest
12+
permissions:
13+
pull-requests: write
1214
env:
1315
BENCHMARK_RESULTS: benchmark_results.json
1416
PR_EVENT: event.json

0 commit comments

Comments
 (0)