Skip to content

Commit

Permalink
Create sync_to_hf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nateraw committed Apr 19, 2024
1 parent 60db9b9 commit 60d24e0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/sync_to_hf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Sync with Hugging Face Hub

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync with Hugging Face
uses: nateraw/huggingface-sync-action@v0.0.5
with:
github_repo_id: nateraw/singing-songstarter
huggingface_repo_id: nateraw/singing-songstarter
repo_type: space
space_sdk: gradio
hf_token: ${{ secrets.HF_TOKEN }}

0 comments on commit 60d24e0

Please sign in to comment.