Skip to content

Commit

Permalink
Merge pull request #14 from innovatorved/Actions
Browse files Browse the repository at this point in the history
Actions
  • Loading branch information
innovatorved authored Nov 8, 2023
2 parents 6239dab + 252d53d commit 5a01e0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Sync to Hugging Face hub
name: Deploy to HF Space
on:
push:
branches: [main]

# to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
Expand All @@ -14,7 +13,7 @@ jobs:
with:
fetch-depth: 0
lfs: true
- name: Push to hub
- name: Push to Hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push https://innovatorved:$HF_TOKEN@huggingface.co/spaces/innovatorved/whisper.api main

0 comments on commit 5a01e0c

Please sign in to comment.