Spaces:
Sleeping
Sleeping
zhimin-z commited on
Commit ·
79ae7cd
1
Parent(s): 974a70d
add
Browse files
.github/workflows/hf_sync.yml
CHANGED
|
@@ -30,5 +30,5 @@ jobs:
|
|
| 30 |
env:
|
| 31 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 32 |
run: |
|
| 33 |
-
git remote add huggingface https://
|
| 34 |
git push huggingface main --force
|
|
|
|
| 30 |
env:
|
| 31 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 32 |
run: |
|
| 33 |
+
git remote add huggingface https://user:${HF_TOKEN}@huggingface.co/spaces/SWE-Arena/SWE-Community
|
| 34 |
git push huggingface main --force
|