Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/sync_space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ jobs:
git add -A
git commit -m "Sync from leLab @ ${GITHUB_SHA}"
git remote add hf https://huggingface.co/spaces/lerobot/LeLab
git config credential.helper '!f() { echo "username=Nico-robot"; echo "password=$HF_TOKEN"; }; f'
echo "https://Nico-robot:${HF_TOKEN}@huggingface.co" > ~/.git-credentials
git config credential.helper store
git push -f hf main
rm -f ~/.git-credentials
Loading