Spaces:
Sleeping
Sleeping
Arjun P
commited on
Update main.yaml
Browse files
.github/workflows/main.yaml
CHANGED
@@ -20,5 +20,6 @@ jobs:
|
|
20 |
- name: Push to hub
|
21 |
env:
|
22 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
23 |
-
run: git push --force https://huggingface.co/spaces/parjun/agenticaiproject main
|
|
|
24 |
|
|
|
20 |
- name: Push to hub
|
21 |
env:
|
22 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
23 |
+
run: git push --force https://parjunhugg:$HF_TOKEN@huggingface.co/spaces/parjun/agenticaiproject main
|
24 |
+
|
25 |
|