Tymec's picture
fix typo
3178817
raw
history blame
No virus
549 Bytes
name: Sync with Hugging Face
on:
push:
branches: [main]
workflow_dispatch: # Allow maunal trigger
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
- name: Push to HF
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
HF_USERNAME: ${{ vars.HF_USERNAME }}
HF_SPACE: ${{ vars.HF_SPACE }}
run: git push https://$HF_USERNAME:[email protected]/spaces/$HF_USERNAME/$HF_SPACE main