Update sync.yml
Browse files
.github/workflows/sync.yml
CHANGED
|
@@ -15,4 +15,6 @@ jobs:
|
|
| 15 |
fetch-depth: 0
|
| 16 |
lfs: true
|
| 17 |
- name: Push to hub
|
| 18 |
-
|
|
|
|
|
|
|
|
|
| 15 |
fetch-depth: 0
|
| 16 |
lfs: true
|
| 17 |
- name: Push to hub
|
| 18 |
+
env:
|
| 19 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
+
run: git push https://pgleeson:$HF_TOKEN@huggingface.co/spaces/ModECI/MDF-UI main
|