From 17b58d055fb343522cc53781a6a95329db2f7235 Mon Sep 17 00:00:00 2001 From: jbajic Date: Thu, 8 Dec 2022 15:10:14 +0100 Subject: [PATCH] Add token --- .github/workflows/diff.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/diff.yaml b/.github/workflows/diff.yaml index 1003f37a2..3b9d71d1b 100644 --- a/.github/workflows/diff.yaml +++ b/.github/workflows/diff.yaml @@ -3,6 +3,10 @@ concurrency: group: ${{ github.head_ref || github.sha }} cancel-in-progress: true +permissions: + contents: read + pull-requests: write + on: push: branches: @@ -271,7 +275,7 @@ jobs: "split-file splitfiles/accesscontrol_small.shard_configuration bolt-num-workers 1" - name: Adapt benchmark results to benchmark github - run: ./tests/mgbench/format_json.py -i output_github_benchmark.json -o formatted_output_benchmark.json + run: ./tests/mgbench/format_json.py -i ./tests/mgbench/output_github_benchmark.json -o formatted_output_benchmark.json # Download previous benchmark result from cache (if exists) - name: Download previous benchmark data