Kushwanth Chowday Kandala commited on
Commit
ba1493f
·
1 Parent(s): 0850615

Update sync_to_huggingspace_hub.yml

Browse files
.github/workflows/sync_to_huggingspace_hub.yml CHANGED
@@ -21,7 +21,9 @@ jobs:
21
  - name: garbage collector
22
  run: git gc --prune=now && git gc --aggressive --prune=now
23
  - name: push the changes
24
- run: git push origin --force --all
 
 
25
  - name: push all tags
26
  run: git push origin --force --tags
27
  - name: LFS Install
 
21
  - name: garbage collector
22
  run: git gc --prune=now && git gc --aggressive --prune=now
23
  - name: push the changes
24
+ env:
25
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
26
+ run: git push origin --force --all https://KushwanthK:[email protected]/spaces/KushwanthK/streamlit-example main
27
  - name: push all tags
28
  run: git push origin --force --tags
29
  - name: LFS Install