Spaces:
Paused
Paused
sync github workflow
Browse files
.github/workflows/{hf_space.yml → sync_with_hf_hub.yml}
RENAMED
@@ -17,4 +17,4 @@ jobs:
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_API_KEY }}
|
20 |
-
run: git push https://
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_API_KEY }}
|
20 |
+
run: git push https://Ferrxni:$HF_TOKEN@huggingface.co/spaces/Ferrxni/Gaia_Mistral main
|