Skip to content

Commit

Permalink
Add more permissions settings to benchmark CI (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 authored Dec 14, 2024
1 parent 89d03ac commit 73eb637
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
if: github.event_name == 'pull_request'
permissions:
pull-requests: write
contents: write

steps:
- name: Download all benchmark results
Expand All @@ -84,6 +85,7 @@ jobs:
- name: Post combined results to PR
uses: marocchino/sticky-pull-request-comment@v2
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
with:
path: combined_benchmark_results.txt
recreate: true

0 comments on commit 73eb637

Please sign in to comment.