clement-pages commited on
Commit
805fb28
1 Parent(s): 8919734

update sync_to_hub worklow

Browse files
Files changed (1) hide show
  1. .github/workflows/sync_to_hub.yaml +1 -1
.github/workflows/sync_to_hub.yaml CHANGED
@@ -17,5 +17,5 @@ jobs:
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
- run: git push https://hbredin:$HF_TOKEN@huggingface.co/spaces/pyannote/pretrained-pipelines main --force
21
 
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
+ run: git push https://clement-pages:${HF_TOKEN}@huggingface.co/spaces/clement-pages/gryannote main --force
21