Removed UI k8s configuration as they are managed in another repo. #28
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }}\"]}" |