Skip to content

Commit

Permalink
Merge pull request #2 from Y-T-G/actions-dev
Browse files Browse the repository at this point in the history
Create HF Spaces action
  • Loading branch information
Y-T-G committed Aug 11, 2023
2 parents bd8defc + 24faa02 commit 7374a5f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
on:
push:
branches:
- main
jobs:
huggingface-sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Hugging Face Sync
uses: JacobLinCool/huggingface-sync@v1
with:
user: Y-T-G
space: Blur-Anything
emoji: 💻
token: ${{ secrets.HF_TOKEN }}
github: ${{ secrets.GITHUB_TOKEN }}
colorFrom: yellow
colorTo: pino
sdk: gradio
app_file: app.py
pinned: false
license: mit

0 comments on commit 7374a5f

Please sign in to comment.