dylangamachefl commited on
Commit
bc2fe6f
·
1 Parent(s): d80ad83

edited YML

Browse files
Files changed (1) hide show
  1. .github/workflows/sync_to_hub.yml +1 -1
.github/workflows/sync_to_hub.yml CHANGED
@@ -18,6 +18,6 @@ jobs:
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }} # The PAT you stored in GitHub secrets
20
  run: |
21
- git remote add space https://dylangamachefl${HF_TOKEN}@huggingface.co/spaces/dylangamachefl/hf-text-translator
22
 
23
  git push --force space main
 
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }} # The PAT you stored in GitHub secrets
20
  run: |
21
+ git remote add space https://dylangamachefl:${HF_TOKEN}@huggingface.co/spaces/dylangamachefl/hf-text-translator
22
 
23
  git push --force space main