Spaces:
Runtime error
Runtime error
HardWorkingStation
commited on
Commit
β’
1cb94a2
1
Parent(s):
7c7205f
Initial commit
Browse files
.github/workflows/main.yml
CHANGED
@@ -25,5 +25,5 @@ jobs:
|
|
25 |
- name: Push to hub
|
26 |
env:
|
27 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
28 |
-
run: git push --force
|
29 |
needs: check_files
|
|
|
25 |
- name: Push to hub
|
26 |
env:
|
27 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
28 |
+
run: git push --force https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/versus666/uplift_lab main && git push https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/versus666/uplift_lab main
|
29 |
needs: check_files
|