Spaces:
Sleeping
Sleeping
Paul Babu Kadali commited on
Update Hugging Face remote URL in workflow
Browse files
.github/workflows/hf_sync.yml
CHANGED
|
@@ -24,7 +24,7 @@ jobs:
|
|
| 24 |
git config --global user.name "GitHub Actions"
|
| 25 |
|
| 26 |
# Add HF remote
|
| 27 |
-
git remote add hf https://
|
| 28 |
|
| 29 |
# Fetch all LFS objects from GitHub origin
|
| 30 |
git lfs fetch --all origin
|
|
|
|
| 24 |
git config --global user.name "GitHub Actions"
|
| 25 |
|
| 26 |
# Add HF remote
|
| 27 |
+
git remote add hf https://kaiser784:$HF_TOKEN@huggingface.co/spaces/OpenKuber/Noisy_Boy_Inference
|
| 28 |
|
| 29 |
# Fetch all LFS objects from GitHub origin
|
| 30 |
git lfs fetch --all origin
|