Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reichaves authored Jan 3, 2025
1 parent 292bb92 commit 4283522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Fetch from hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git fetch https://reichaves:[email protected]/spaces/reichaves/Chatbot-Gemma2-9b-It-all-MiniLM-L6-v2-Brazil-PDF main
run: git fetch https://reichaves:$HF_TOKEN@https://huggingface.co/spaces/reichaves/Chatbot-with-MaritacaAI-for-PDFs main

- name: Merge changes
run: |
Expand All @@ -40,4 +40,4 @@ jobs:
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push https://reichaves:[email protected]/spaces/reichaves/Chatbot-Gemma2-9b-It-all-MiniLM-L6-v2-Brazil-PDF main
run: git push https://reichaves:$HF_TOKEN@https://huggingface.co/spaces/reichaves/Chatbot-with-MaritacaAI-for-PDFs main

0 comments on commit 4283522

Please sign in to comment.