Use meili-bot PAT everywhere

This commit is contained in:
Clémentine Urquizar
2022-09-04 11:32:22 +02:00
parent 2eca723a91
commit 5f5b787483
3 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Upload debian pkg to release
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
repo_token: ${{ secrets.MEILI_BOT_GH_PAT }}
file: target/debian/meilisearch.deb
asset_name: meilisearch.deb
tag: ${{ github.ref }}