camzis commited on
Commit
59da6b7
1 Parent(s): 0a750cd

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -1
.github/workflows/main.yml CHANGED
@@ -15,7 +15,7 @@ jobs:
15
  fetch-depth: 0
16
  - name: Add remote
17
  env:
18
- HF: ${{ secrets.HF }}
19
 
20
  run: git remote add space https://camzis:$HF@huggingface.co/spaces/camzis/demo2
21
  - name: Push to hub
 
15
  fetch-depth: 0
16
  - name: Add remote
17
  env:
18
+ HF: ${{ secrets.HG }}
19
 
20
  run: git remote add space https://camzis:$HF@huggingface.co/spaces/camzis/demo2
21
  - name: Push to hub