Carlos Salgado commited on
Commit
3b8afbf
·
1 Parent(s): 561ac7c

fix bug in workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/hugging_face.yml +1 -2
.github/workflows/hugging_face.yml CHANGED
@@ -15,7 +15,6 @@ jobs:
15
  lfs: true
16
  - name: Push to hub
17
  env:
18
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
- HF_USER: ${{ variables.HF_USER }}
20
  run: git push https://$HF_USER:[email protected]/spaces/$HF_USER/docverifyrag main
21
 
 
15
  lfs: true
16
  - name: Push to hub
17
  env:
18
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
19
  run: git push https://$HF_USER:[email protected]/spaces/$HF_USER/docverifyrag main
20