From c3d011b5be8221521b36fd8e61516e7473e6d10c Mon Sep 17 00:00:00 2001 From: RW Date: Fri, 22 Dec 2023 13:19:35 +0100 Subject: [PATCH] Update benchmark.yml Change github token --- .github/workflows/benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index bf6b88e9..e7df5333 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -165,11 +165,11 @@ jobs: with: tool: "go" output-file-path: output.txt - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.BENCHMARK_TOKEN }} benchmark-data-dir-path: "benchmarks" alert-threshold: "300%" fail-on-alert: true comment-on-alert: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }} #summary-always: ${{ github.event_name != 'push' && github.event_name != 'workflow_dispatch' }} auto-push: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }} - save-data-file: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }} \ No newline at end of file + save-data-file: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}