macrdel commited on
Commit
2247cab
·
1 Parent(s): 366e9a5

update workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +1 -1
.github/workflows/deploy.yml CHANGED
@@ -40,5 +40,5 @@ jobs:
40
  HF_USER: ${{ secrets.HF_USER }}
41
  run: |
42
  git remote add huggingface https://$HF_USER:[email protected]/spaces/$HF_USER/sentiment-summarize-youtube-comms
43
- git push --force huggingface main
44
 
 
40
  HF_USER: ${{ secrets.HF_USER }}
41
  run: |
42
  git remote add huggingface https://$HF_USER:[email protected]/spaces/$HF_USER/sentiment-summarize-youtube-comms
43
+ git push --force https://$HF_USER:$HF_TOKEN@huggingface.co/spaces/$HF_USER/sentiment-summarize-youtube-comms main
44