Spaces:
Runtime error
Runtime error
Update sync-to-hf.yml
Browse files
.github/workflows/sync-to-hf.yml
CHANGED
|
@@ -10,7 +10,8 @@ jobs:
|
|
| 10 |
uses: actions/checkout@v3
|
| 11 |
|
| 12 |
- name: Sync to HF Hub
|
| 13 |
-
uses: huggingface/actions/hub-action@v1 # Acci贸n oficial de Hugging Face Hub
|
|
|
|
| 14 |
|
| 15 |
with:
|
| 16 |
repo-token: ${{ secrets.HF_TOKEN }} # Nombre del secreto en GitHub
|
|
|
|
| 10 |
uses: actions/checkout@v3
|
| 11 |
|
| 12 |
- name: Sync to HF Hub
|
| 13 |
+
# uses: huggingface/actions/hub-action@v1 # Acci贸n oficial de Hugging Face Hub
|
| 14 |
+
uses: huggingface/actions/hub-action@v2
|
| 15 |
|
| 16 |
with:
|
| 17 |
repo-token: ${{ secrets.HF_TOKEN }} # Nombre del secreto en GitHub
|