Spaces:
Sleeping
Sleeping
Update add_space.yaml
Browse files
.github/workflows/add_space.yaml
CHANGED
@@ -26,5 +26,5 @@ jobs:
|
|
26 |
env:
|
27 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
28 |
run: |
|
29 |
-
git remote add space https://huggingface.co/spaces/david-oplatka/${{ matrix.space_name }}.git
|
30 |
-
git push --force
|
|
|
26 |
env:
|
27 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
28 |
run: |
|
29 |
+
git remote add space https://david-oplatka:$HF_TOKEN@huggingface.co/spaces/david-oplatka/${{ matrix.space_name }}.git
|
30 |
+
git push --force space main
|