mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Setup a Github Token env var
This commit is contained in:
parent
c42fd5375f
commit
c0fd3dffb8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue