MicGuest
commited on
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -26,11 +26,11 @@ jobs:
|
|
26 |
fetch_depth: 0
|
27 |
- name: Add remote
|
28 |
env:
|
29 |
-
HF: ${{ secrets.
|
30 |
run: git remote add space https://Michelin1:[email protected]/spaces/michelin1/Demo1
|
31 |
|
32 |
- name: Push to hub
|
33 |
env:
|
34 |
-
HF: ${{ secrets.
|
35 |
run: git remote add space https://Michelin1:[email protected]/spaces/michelin1/Demo1 main
|
36 |
|
|
|
26 |
fetch_depth: 0
|
27 |
- name: Add remote
|
28 |
env:
|
29 |
+
HF: ${{ secrets.HG }}
|
30 |
run: git remote add space https://Michelin1:[email protected]/spaces/michelin1/Demo1
|
31 |
|
32 |
- name: Push to hub
|
33 |
env:
|
34 |
+
HF: ${{ secrets.HG }}
|
35 |
run: git remote add space https://Michelin1:[email protected]/spaces/michelin1/Demo1 main
|
36 |
|