Skip to content

Commit

Permalink
add pull request permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikel Broström committed Oct 20, 2024
1 parent 0e71202 commit c370c75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:

permissions:
contents: write # Allows reading and writing repository contents
pull-requests: write

jobs:
mot-metrics-benchmark:
Expand Down Expand Up @@ -236,6 +237,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ env.BRANCH_NAME }} # Use the created branch
base: master # Base branch for the pull request, replace with your actual base branch (e.g., main or develop)
commit-message: Overwrote tracker results in README.md
commit-message: Overwrite tracker results in README.md
title: Overwrite tracker results in README.md
body: "This PR updates the tracker results table in the README.md."

0 comments on commit c370c75

Please sign in to comment.