Setup a Github Token env var

This commit is contained in:
Clément Renault 2023-10-09 18:04:49 +02:00
parent c42fd5375f
commit c0fd3dffb8
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

View File

@ -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