Skip to content

Commit

Permalink
fix bug in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
salgadev committed Apr 18, 2024
1 parent 561ac7c commit 3b8afbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/hugging_face.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
lfs: true
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
HF_USER: ${{ variables.HF_USER }}
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push https://$HF_USER:[email protected]/spaces/$HF_USER/docverifyrag main

0 comments on commit 3b8afbf

Please sign in to comment.