Haofei Yu
commited on
Commit
•
b6178ed
1
Parent(s):
7c1ae9c
Bug/change repo name (#4)
Browse files* support sync with huggingface
* change email
* push based on HF_TOKEN
* change repo name
* change repo name
.github/workflows/sync.yml
CHANGED
@@ -16,4 +16,4 @@ jobs:
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
-
run: git push https://
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push https://lwaekfjlk:$HF_TOKEN@huggingface.co/spaces/lwaekfjlk/ctm-space main --force
|