From c823974169044e8603ac81d41ca56f32a8c8997a Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Tue, 24 May 2022 16:39:12 +0300 Subject: [PATCH] Updated used github token to BENCH_GITHUB_TOKEN --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f2cafdc0..3513418f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -87,4 +87,4 @@ jobs: fail-on-alert: true comment-on-alert: true comment-always: true - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.BENCH_GITHUB_TOKEN }}