wallets-api / .github /workflows /sync_to_huggingface.yml
z1amez's picture
2.3
76a78c3
raw
history blame contribute delete
416 Bytes
name: Sync to Hugging Face
on:
push:
branches: [main]
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push --force https://z1amez:$HF_TOKEN@huggingface.co/spaces/z1amez/wallets-api main:main