cevheri commited on
Commit
7176af1
·
1 Parent(s): 1502bf5

Update sync_with_hf.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/sync_with_hf.yml +12 -12
.github/workflows/sync_with_hf.yml CHANGED
@@ -34,16 +34,16 @@ jobs:
34
  git checkout demo-tmp-memory
35
  git push hf demo-tmp-memory:main --force
36
 
37
- - name: Push to HF Gradio App
38
- env:
39
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
40
- HF_ORGANIZATION: ${{ vars.HF_ORGANIZATION }}
41
- HF_SPACE: ${{ vars.HF_SPACE }}
42
- run: |
43
- git config --global user.email "actions@github.com"
44
- git config --global user.name "GitHub Actions"
45
- git remote add hf2 "https://api:$HF_TOKEN@huggingface.co/spaces/intellica/lokum"
46
- git fetch hf2
47
- git checkout demo-tmp-memory
48
- git push hf2 demo-tmp-memory:main --force
49
 
 
34
  git checkout demo-tmp-memory
35
  git push hf demo-tmp-memory:main --force
36
 
37
+ # - name: Push to HF Gradio App
38
+ # env:
39
+ # HF_TOKEN: ${{ secrets.HF_TOKEN }}
40
+ # HF_ORGANIZATION: ${{ vars.HF_ORGANIZATION }}
41
+ # HF_SPACE: ${{ vars.HF_SPACE }}
42
+ # run: |
43
+ # git config --global user.email "actions@github.com"
44
+ # git config --global user.name "GitHub Actions"
45
+ # git remote add hf2 "https://api:$HF_TOKEN@huggingface.co/spaces/intellica/lokum"
46
+ # git fetch hf2
47
+ # git checkout demo-tmp-memory
48
+ # git push hf2 demo-tmp-memory:main --force
49