debugging remote add space HG to HF
Browse files
.github/workflows/main.yml
CHANGED
@@ -15,9 +15,9 @@ jobs:
|
|
15 |
fetch-depth: 0
|
16 |
- name: Add remote
|
17 |
env:
|
18 |
-
HF: ${{ secrets.
|
19 |
-
run: git remote add space https://shoeb786:$
|
20 |
- name: Push to hub
|
21 |
env:
|
22 |
-
HF: ${{ secrets.
|
23 |
-
run: git push --force https://shoeb786:$
|
|
|
15 |
fetch-depth: 0
|
16 |
- name: Add remote
|
17 |
env:
|
18 |
+
HF: ${{ secrets.HF }}
|
19 |
+
run: git remote add space https://shoeb786:$HF@huggingface.co/spaces/shoeb786/demo
|
20 |
- name: Push to hub
|
21 |
env:
|
22 |
+
HF: ${{ secrets.HF }}
|
23 |
+
run: git push --force https://shoeb786:$HF@huggingface.co/spaces/shoeb786/demo main
|