mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-09-11 22:30:41 +03:00
19 lines
412 B
YAML
19 lines
412 B
YAML
name: Sync with Hugging Face Hub
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Sync with Hugging Face
|
|
uses: ramonvc/huggingface-sync-action@v0.0.1
|
|
with:
|
|
github_repo_id: ramonvc/freegpt-webui
|
|
huggingface_repo_id: monra/freegpt-webui
|
|
repo_type: space
|
|
space_sdk: docker
|
|
hf_token: ${{ secrets.HF_TOKEN }} |