Spaces:
Sleeping
Sleeping
Commit
·
d80ad83
1
Parent(s):
8c58f7a
Actually fixed YML
Browse files
.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://
|
| 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
|