Spaces:
Sleeping
Sleeping
Bachstelze commited on
Commit ·
9b3d3fd
1
Parent(s): 816e414
update repo push
Browse files
.github/workflows/push_to_hf_space.yml
CHANGED
|
@@ -17,4 +17,4 @@ jobs:
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
-
run: git push -f https://Bachstelze:HF_TOKEN@huggingface.co/spaces/Bachstelze/github_sync main
|
|
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
+
run: git push -f https://Bachstelze:$HF_TOKEN@huggingface.co/spaces/Bachstelze/github_sync main
|