From 9763c13a34c01d98d8fae47cc6efceda67f1de12 Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Mon, 2 May 2022 16:36:44 +0200 Subject: [PATCH] ci(benchmarks): Switch to Mr. B access token --- .github/workflows/benchmarks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index f79472fcd..83290e700 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -16,6 +16,7 @@ jobs: benchmarks: name: Run Benchmarks runs-on: ubuntu-latest + environment: matrix-rust-bot if: github.event_name == 'push' || !github.event.pull_request.draft steps: @@ -42,7 +43,7 @@ jobs: output-file-path: benchmark-output.txt auto-push: false # comment to alert the user this has gone bad - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.MRB_ACCESS_TOKEN }} alert-threshold: '120%' comment-on-alert: true fail-threshold: '150%'