Skip to content

Commit

Permalink
use username
Browse files Browse the repository at this point in the history
  • Loading branch information
salgadev committed Apr 18, 2024
1 parent d997dff commit 4da192d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/hugging_face.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
lfs: true
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
HF_USER: ${{ env.HF_USER }}
HF_TOKEN: ${{ secrets.HF_TOKEN }}
HF_USER: ${{ github.repository_owner }}
run: git push https://$HF_USER:[email protected]/spaces/$HF_USER/docverifyrag main

0 comments on commit 4da192d

Please sign in to comment.