Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -15,7 +15,7 @@ jobs:
|
|
15 |
fetch-depth: 0
|
16 |
- name: Add remote
|
17 |
env:
|
18 |
-
HF: ${{ secrets.
|
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
|