From ac0dcd4ba10a3a59e9329d73e5373fe0662abe2a Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Mon, 16 May 2022 18:54:32 +0300 Subject: [PATCH] Updated 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 5776692d..9189dab2 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -87,4 +87,4 @@ jobs: comment-on-alert: true comment-always: true # TODO: Revert to GITHUB_TOKEN - github-token: ${{ secrets.TEST_GITHUB_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }}