Spaces:
Sleeping
Sleeping
Mikey Tran commited on
Update cd.yml
Browse files- .github/workflows/cd.yml +1 -1
.github/workflows/cd.yml
CHANGED
|
@@ -33,4 +33,4 @@ jobs:
|
|
| 33 |
- name: Push to hub
|
| 34 |
env:
|
| 35 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 36 |
-
run: git push --force https://
|
|
|
|
| 33 |
- name: Push to hub
|
| 34 |
env:
|
| 35 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 36 |
+
run: git push --force https://quangtn266:$HF_TOKEN@huggingface.co/spaces/quangtn266/Drug-Classification main
|