CoolFace
Apppublic

sodewala45/TikTok_Agent

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
sync_to_hf.yml21 linesDownload Raw Back to workflows
1name: Sync to Hugging Face hub2on:3  push:4    branches: [main]5  workflow_dispatch:6 7jobs:8  sync-to-hub:9    runs-on: ubuntu-latest10    steps:11      - uses: actions/checkout@v312        with:13          fetch-depth: 014          lfs: true15      - name: Push to hub16        env:17          HF_TOKEN: ${{ secrets.HF_TOKEN }}18        run: |19          # Replace 'sodewala45' and 'your-space-name' below20          git push -f https://sodewala45:$HF_TOKEN@huggingface.co/spaces/sodewala45/TikTok_Agent21