zhimin-z commited on
Commit
79ae7cd
·
1 Parent(s): 974a70d
Files changed (1) hide show
  1. .github/workflows/hf_sync.yml +1 -1
.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://zhiminy:${HF_TOKEN}@huggingface.co/spaces/SWE-Arena/SWE-Community
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