Skip to content

Merge pull request #15 from innovatorved/Actions #4

Merge pull request #15 from innovatorved/Actions

Merge pull request #15 from innovatorved/Actions #4

Workflow file for this run

name: Deploy to HF Space
on:
push:
branches: [main]
workflow_dispatch:
jobs:
sync-to-hub:
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 https://innovatorved:$HF_TOKEN@huggingface.co/spaces/innovatorved/whisper.api main