MicGuest commited on
Commit
d34f1bc
·
unverified ·
1 Parent(s): 300f088

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -26,11 +26,11 @@ jobs:
26
  fetch_depth: 0
27
  - name: Add remote
28
  env:
29
- HF: ${{ secrets.HF }}
30
  run: git remote add space https://Michelin1:[email protected]/spaces/michelin1/Demo1
31
 
32
  - name: Push to hub
33
  env:
34
- HF: ${{ secrets.HF }}
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