From c370c75f91b36b7e148ac625d52bd50cc71f5904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikel=20Brostr=C3=B6m?= Date: Sun, 20 Oct 2024 21:44:12 +0200 Subject: [PATCH] add pull request permissions --- .github/workflows/benchmark.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index a473d2b0da..74522b154e 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -15,6 +15,7 @@ on: permissions: contents: write # Allows reading and writing repository contents + pull-requests: write jobs: mot-metrics-benchmark: @@ -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." \ No newline at end of file