Skip to content

Commit

Permalink
Add permission to write to issues
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH committed Jan 19, 2024
1 parent f649925 commit 6de6392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
github.event_name == 'pull_request' ||
(github.event_name == 'issue_comment' && contains(github.event.comment.body, '/rerun-benchmarks'))
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout PR branch
uses: actions/checkout@v4
Expand Down

0 comments on commit 6de6392

Please sign in to comment.