macrdel commited on
Commit
077edbe
·
1 Parent(s): 22a64b6

update workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +4 -4
.github/workflows/deploy.yml CHANGED
@@ -39,9 +39,9 @@ jobs:
39
  if: success()
40
  env:
41
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
42
- HF_USER: ${{ secrets.HF_USER }}
43
  run: |
44
- git remote add huggingface https://$HF_USER:[email protected]/spaces/$HF_USER/sentiment-summarize-youtube-comms
45
- git checkout -b main huggingface/main
46
- git push --force https://$HF_USER:[email protected]/spaces/$HF_USER/sentiment-summarize-youtube-comms main
47
 
 
39
  if: success()
40
  env:
41
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
42
+ #HF_USER: ${{ secrets.HF_USER }}
43
  run: |
44
+ git remote add huggingface https://macrdel:[email protected]/spaces/macrdel/sentiment-summarize-youtube-comms
45
+ git checkout -b master huggingface/main
46
+ git push --force https://macrdel:[email protected]/spaces/macrdel/sentiment-summarize-youtube-comms master
47