shoeb786 commited on
Commit
0f00134
1 Parent(s): ef2e478

debugging remote add space

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -16,8 +16,8 @@ jobs:
16
  - name: Add remote
17
  env:
18
  HF: ${{ secrets.HF }}
19
- run: git remote add space https://huggingface.co/spaces/shoeb786/demo
20
  - name: Push to hub
21
  env:
22
  HF: ${{ secrets.HF }}
23
- run: git push --force https://huggingface.co/spaces/shoeb786/demo main
 
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