Naoufal CHABAA commited on
Commit
b6d6817
·
unverified ·
1 Parent(s): 8c84641

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -15,9 +15,9 @@ jobs:
15
  fetch-depth: 0
16
  - name: Add remote
17
  env:
18
- HUGGINGFACE: ${{ secrets.HF }}
19
  run: git remote add space https://naoufalcb:[email protected]/spaces/naoufalcb/web_agent
20
  - name: Push to hub
21
  env:
22
- HUGGINGFACE: ${{ secrets.HF }}
23
  run: git push --force https://naoufalcb:[email protected]/spaces/naoufalcb/web_agent main
 
15
  fetch-depth: 0
16
  - name: Add remote
17
  env:
18
+ HUGGINGFACE: ${{ secrets.HUGGINGFACE }}
19
  run: git remote add space https://naoufalcb:[email protected]/spaces/naoufalcb/web_agent
20
  - name: Push to hub
21
  env:
22
+ HUGGINGFACE: ${{ secrets.HUGGINGFACE }}
23
  run: git push --force https://naoufalcb:[email protected]/spaces/naoufalcb/web_agent main