Spaces:
Running
Running
King Lazarus
commited on
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -24,4 +24,4 @@ jobs:
|
|
24 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
25 |
HF_USERNAME: Accel
|
26 |
HF_SPACE: huggingface.co/spaces/Accel/media-converter
|
27 |
-
run: git push --force https
|
|
|
24 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
25 |
HF_USERNAME: Accel
|
26 |
HF_SPACE: huggingface.co/spaces/Accel/media-converter
|
27 |
+
run: git push --force https://$HF_USERNAME:$HF_TOKEN@HF_SPACE main
|