sumityadav329 commited on
Commit
1740a25
·
unverified ·
1 Parent(s): a52da1c

Update sync-to-hf.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/sync-to-hf.yml +1 -1
.github/workflows/sync-to-hf.yml CHANGED
@@ -22,5 +22,5 @@ jobs:
22
  env:
23
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
  run: |
25
- git remote add huggingface https://huggingface.co/spaces/sumityadav329/text-to-image-webapp
26
  git push huggingface main --force
 
22
  env:
23
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
  run: |
25
+ git remote add huggingface https://${{ secrets.HF_TOKEN }}@huggingface.co/spaces/sumityadav329/text-to-image-webapp
26
  git push huggingface main --force