Skip to content

Commit

Permalink
ci: allow write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosNicolau committed Jan 27, 2025
1 parent b263a9a commit eae6b68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
jobs:
run_benchmarks:
runs-on: ubuntu-latest
permissions:
pull-requests: write

steps:
- uses: actions/checkout@v4
Expand All @@ -23,4 +25,4 @@ jobs:
- name: "Post benchmark results in pr comment"
uses: mshick/add-pr-comment@v2
with:
message-path: benchmark_table.md
message: benchmark_table.md

0 comments on commit eae6b68

Please sign in to comment.