diff --git a/.github/workflows/sync-hf.yaml b/.github/workflows/sync-hf.yaml deleted file mode 100644 index 98b4f9c..0000000 --- a/.github/workflows/sync-hf.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: Sync to HF Space - -on: - release: - types: [published] - -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 }}\"]}"