From a9c3cbb0107c5adb839b60af7c2597d17e4f49af Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 26 May 2022 15:23:29 +0300 Subject: [PATCH] Debug WIP --- .github/workflows/benchmark-cachegrind.yml | 1 + .github/workflows/benchmark.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index 1422636c..edfc5f17 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -88,6 +88,7 @@ jobs: fail-on-alert: true comment-on-alert: true comment-always: true + github-token: ${{ secrets.GITHUB_TOKEN }} - name: Push benchmark results if: github.event_name == 'push' diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ba009e39..0e808e10 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -81,6 +81,7 @@ jobs: fail-on-alert: true comment-on-alert: true comment-always: true + github-token: ${{ secrets.GITHUB_TOKEN }} - name: Push benchmark results if: github.event_name == 'push'