Spaces:
Sleeping
Sleeping
Update Hugging Face space path in sync workflow
Browse files
.github/workflows/sync_to_hub.yml
CHANGED
|
@@ -2,7 +2,6 @@ name: Sync to Hugging Face hub
|
|
| 2 |
on:
|
| 3 |
push:
|
| 4 |
branches: [main]
|
| 5 |
-
# Permet de lancer la synchronisation manuellement depuis l'onglet Actions
|
| 6 |
workflow_dispatch:
|
| 7 |
|
| 8 |
jobs:
|
|
@@ -16,4 +15,4 @@ jobs:
|
|
| 16 |
- name: Push to hub
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
-
run: git push --force https://
|
|
|
|
| 2 |
on:
|
| 3 |
push:
|
| 4 |
branches: [main]
|
|
|
|
| 5 |
workflow_dispatch:
|
| 6 |
|
| 7 |
jobs:
|
|
|
|
| 15 |
- name: Push to hub
|
| 16 |
env:
|
| 17 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 18 |
+
run: git push --force https://jojonocode:$HF_TOKEN@huggingface.co/spaces/jojonocode/kafka-bloomberg main
|