mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Avoid using personal HF token in CI (#22453)
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
173193ccd0
commit
97440e9c75
2
.github/workflows/update_tiny_models.yml
vendored
2
.github/workflows/update_tiny_models.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user