Spaces:
Sleeping
Sleeping
Akis Giannoukos commited on
Commit ·
db494e8
1
Parent(s): 90bdbcb
Bug Fix
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -8,4 +8,4 @@ jobs:
|
|
| 8 |
steps:
|
| 9 |
- uses: actions/checkout@v3
|
| 10 |
- name: Push to HF Space
|
| 11 |
-
run: git push --force https://
|
|
|
|
| 8 |
steps:
|
| 9 |
- uses: actions/checkout@v3
|
| 10 |
- name: Push to HF Space
|
| 11 |
+
run: git push --force https://akisg:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/akisg/care-notes main
|