Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Add sync hugging face spaces workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-victor committed Jul 20, 2023
1 parent ff53537 commit 862ac0c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/sync-hugging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Sync with Hugging Face Hub

on:
push:
branches:
- chimeragpt-version

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync with Hugging Face
uses: ramonvc/[email protected]
with:
github_repo_id: ramonvc/freegpt-webui
huggingface_repo_id: monra/freegpt-webui-chimera
repo_type: space
space_sdk: docker
hf_token: ${{ secrets.HF_TOKEN }}
branch: chimeragpt-version

0 comments on commit 862ac0c

Please sign in to comment.