Arjun P commited on
Commit
8357411
·
unverified ·
1 Parent(s): 8312f5a

Update main.yaml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yaml +2 -1
.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