NoeMartinezSanchez commited on
Commit
cb6c879
·
1 Parent(s): 5e98205

fix: agregar --force al push del workflow 2

Browse files
Files changed (1) hide show
  1. .github/workflows/sync-to-hf.yml +1 -1
.github/workflows/sync-to-hf.yml CHANGED
@@ -22,4 +22,4 @@ jobs:
22
  env:
23
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
  run: |
25
- git push --force https://ecotecds:$HF_TOKEN@huggingface.co/spaces/ecotecds/Chatbot-RAG-v4 main
 
22
  env:
23
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
  run: |
25
+ git push --force https://huggingface.co/spaces/ecotecds/Chatbot-RAG-v4 main