Spaces:
Build error
Build error
Commit ·
56e3260
1
Parent(s): ef9614c
Updated key and got rid of force
Browse files- .github/workflows/hf.yml +1 -1
.github/workflows/hf.yml
CHANGED
|
@@ -12,4 +12,4 @@ jobs:
|
|
| 12 |
- name: Push to hub
|
| 13 |
env:
|
| 14 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 15 |
-
run: git push
|
|
|
|
| 12 |
- name: Push to hub
|
| 13 |
env:
|
| 14 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 15 |
+
run: git push https://compendious:${HF_TOKEN}@huggingface.co/spaces/compendious/precis main
|