mirror of
https://github.com/SWivid/F5-TTS.git
synced 2025-12-24 03:57:51 -08:00
19 lines
378 B
YAML
19 lines
378 B
YAML
name: Sync to HF Space
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
trigger_curl:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Send cURL POST request
|
|
run: |
|
|
curl -X POST https://mrfakename-sync-f5.hf.space/gradio_api/call/refresh \
|
|
-s \
|
|
-H "Content-Type: application/json" \
|
|
-d "{\"data\": [\"${{ secrets.REFRESH_PASSWORD }}\"]}"
|