From c0fd3dffb8eb6c05de01f7de8abe362f252143cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Mon, 9 Oct 2023 18:04:49 +0200 Subject: [PATCH] Setup a Github Token env var --- .github/workflows/trigger-benchmarks-on-message.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/trigger-benchmarks-on-message.yml b/.github/workflows/trigger-benchmarks-on-message.yml index 354a9bbd2..093349321 100644 --- a/.github/workflows/trigger-benchmarks-on-message.yml +++ b/.github/workflows/trigger-benchmarks-on-message.yml @@ -73,6 +73,8 @@ jobs: # Compute the diff of the benchmarks and send a message on the GitHub PR - name: Compute and send a message in the PR + env: + GITHUB_TOKEN: ${{ secrets.MEILI_BOT_GH_PAT }} run: | export base=$(git log --pretty=%p -n 1) echo 'Here are your benchmarks diff 👊' >> body.txt