Avoid using personal HF token in CI (#22453)

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar 2023-03-29 19:45:06 +02:00 committed by GitHub
parent 173193ccd0
commit 97440e9c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ on:
- cron: "0 2 * * *"
env:
TOKEN: ${{ secrets.SYLVAIN_HF_TOKEN }}
TOKEN: ${{ secrets.TRANSFORMERS_HUB_BOT_HF_TOKEN }}
jobs:
update_tiny_models: