Skip to content

Commit

Permalink
Merge pull request #90 from chorus-ai/tp/workflow_permissions
Browse files Browse the repository at this point in the history
"Post results to pull request" action is failing with a permissions error
  • Loading branch information
briangow authored Jul 3, 2024
2 parents 457a5cd + 80c983a commit 522a40e
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 81 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
matrix:
python-version: ["3.10"]

permissions:
contents: read
issues: write
pull-requests: write

steps:
- uses: actions/checkout@v3
with:
Expand Down
Loading

0 comments on commit 522a40e

Please sign in to comment.