Spaces:
Sleeping
Sleeping
Update sync.yml
Browse files
.github/workflows/sync.yml
CHANGED
@@ -28,5 +28,5 @@ jobs:
|
|
28 |
env:
|
29 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
30 |
run: |
|
31 |
-
git remote
|
32 |
-
git push --force
|
|
|
28 |
env:
|
29 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
30 |
run: |
|
31 |
+
git remote set-url origin https://david-oplatka:$HF_TOKEN@huggingface.co/spaces/david-oplatka/${{ matrix.space_name }}.git
|
32 |
+
git push --force origin main
|