Skip to content

Merge pull request #746 from mwzkhalil/patch-1 #224

Merge pull request #746 from mwzkhalil/patch-1

Merge pull request #746 from mwzkhalil/patch-1 #224

Workflow file for this run

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 }}\"]}"