Carlos Salgado commited on
Commit
d997dff
1 Parent(s): 3b8afbf

try to fix workflow bug

Browse files
Files changed (1) hide show
  1. .github/workflows/hugging_face.yml +1 -0
.github/workflows/hugging_face.yml CHANGED
@@ -16,5 +16,6 @@ jobs:
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
19
  run: git push https://$HF_USER:$HF_TOKEN@huggingface.co/spaces/$HF_USER/docverifyrag main
20
 
 
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
+ HF_USER: ${{ env.HF_USER }}
20
  run: git push https://$HF_USER:$HF_TOKEN@huggingface.co/spaces/$HF_USER/docverifyrag main
21