Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
urwithajit9 authored Feb 16, 2024
1 parent 2354af8 commit 664b19b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
with:
fetch-depth: 0
lfs: true
- name: Add remote
env:
HF_TOKEN: ${{ secrets.HG }}
run: git remote add space https://kumarajit:[email protected]/spaces/kumarajit/mlops-coursera-demo
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HG }}
run: git push https://kumarajit:[email protected]/spaces/kumarajit/mlops-coursera-demo
run: git push https://kumarajit:[email protected]/spaces/kumarajit/mlops-coursera-demo main

0 comments on commit 664b19b

Please sign in to comment.