Clément Pagés commited on
Commit
15b4762
·
unverified ·
1 Parent(s): ea3800a

Update sync_to_hub.yaml

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://clement-pages:[email protected]/spaces/clement-pages/gryannote 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