From d43b029a51937b3f38806c0c2a2a61aad078ae06 Mon Sep 17 00:00:00 2001 From: smrpn Date: Tue, 20 Apr 2021 23:06:05 +0530 Subject: [PATCH] feat: add new token Signed-off-by: smrpn --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 3544369a..fbd980f8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -22,5 +22,5 @@ jobs: - uses: smrpn/criterion-compare-action@move_to_actions with: cwd: benches - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.BENCH_GITHUB_TOKEN }}