is2win commited on
Commit
cb4f3a5
1 Parent(s): e6f692e

Update main.yml

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/romstat/llm_rag_fashion
20
  - name: Push to hub
21
  env:
22
  HF: ${{ secrets.HF }}
23
- run: git push --force https://huggingface.co/spaces/romstat/llm_rag_fashion main
 
16
  - name: Add remote
17
  env:
18
  HF: ${{ secrets.HF }}
19
+ run: git remote add space https://romstat:$HF@huggingface.co/spaces/romstat/llm_rag_fashion
20
  - name: Push to hub
21
  env:
22
  HF: ${{ secrets.HF }}
23
+ run: git push --force https://romstat:$HF@huggingface.co/spaces/romstat/llm_rag_fashion main