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

Update sync-hugging.yml #2

Update sync-hugging.yml

Update sync-hugging.yml #2

Workflow file for this run

name: Sync with Hugging Face Hub
on:
push:
branches:
- test-action-hugging-space
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync with Hugging Face
uses: nateraw/[email protected]
with:
github_repo_id: ramonvc/freegpt-webui
huggingface_repo_id: monra/test
repo_type: space
space_sdk: docker
hf_token: ${{ secrets.HF_TOKEN }}