danilotpnta commited on
Commit
f981af8
·
1 Parent(s): 2e6236a

update sync action

Browse files
.github/workflows/sync_to_huggingface_space.yml CHANGED
@@ -21,8 +21,8 @@ jobs:
21
  - name: Pull latest changes from Hugging Face
22
  env:
23
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
- run: git pull https://huggingface.co/spaces/<HF_USERNAME>/<SPACE_NAME> main
25
  - name: Push to hub
26
  env:
27
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
28
- run: git push https://<HF_USERNAME>:$HF_TOKEN@huggingface.co/spaces/<HF_USERNAME>/<SPACE_NAME> main
 
21
  - name: Pull latest changes from Hugging Face
22
  env:
23
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
+ run: git pull https://huggingface.co/spaces/danilotpnta/Youtube-Whisper main
25
  - name: Push to hub
26
  env:
27
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
28
+ run: git push https://danilotpnta:$HF_TOKEN@huggingface.co/spaces/danilotpnta/Youtube-Whisper main