Spaces:
Running
Running
Revert force push in Github actions
Browse filesThis reverts commit 6698ab95b3d025198e4f3999ae77d75ce226fbc2.
.github/workflows/sync_to_hf.yml
CHANGED
|
@@ -17,4 +17,4 @@ jobs:
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
-
run: git push
|
|
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
+
run: git push https://vandenn:$HF_TOKEN@huggingface.co/spaces/vandenn/sentiment-analysis-mcp main
|