diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 51c68e1d8..082478630 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -424,10 +424,10 @@ jobs: curl -sSf -X POST \ -H "Authorization: Bearer ${{ secrets.INFX_FRONTEND_PAT }}" \ -H "Accept: application/vnd.github+v3+json" \ - https://api.github.com/repos/SemiAnalysisAI/InferenceX-app/actions/workflows/ingest-agentic-results.yml/dispatches \ + https://api.github.com/repos/SemiAnalysisAI/InferenceX-app/dispatches \ -d '{ - "ref": "master", - "inputs": { + "event_type": "ingest-agentic-results", + "client_payload": { "run-id": "${{ github.run_id }}", "run-attempt": "${{ github.run_attempt }}", "database-target": "production" diff --git a/.github/workflows/recover-reused-ingest.yml b/.github/workflows/recover-reused-ingest.yml index 93eb94c63..73c924d37 100644 --- a/.github/workflows/recover-reused-ingest.yml +++ b/.github/workflows/recover-reused-ingest.yml @@ -163,10 +163,10 @@ jobs: curl -sSf -X POST \ -H "Authorization: Bearer ${{ secrets.INFX_FRONTEND_PAT }}" \ -H "Accept: application/vnd.github+v3+json" \ - https://api.github.com/repos/SemiAnalysisAI/InferenceX-app/actions/workflows/ingest-agentic-results.yml/dispatches \ + https://api.github.com/repos/SemiAnalysisAI/InferenceX-app/dispatches \ -d '{ - "ref": "master", - "inputs": { + "event_type": "ingest-agentic-results", + "client_payload": { "run-id": "${{ github.run_id }}", "run-attempt": "${{ github.run_attempt }}", "database-target": "production" diff --git a/.github/workflows/run-sweep.yml b/.github/workflows/run-sweep.yml index fdb34e1e4..53a1739ad 100644 --- a/.github/workflows/run-sweep.yml +++ b/.github/workflows/run-sweep.yml @@ -970,10 +970,10 @@ jobs: curl -sSf -X POST \ -H "Authorization: Bearer ${{ secrets.INFX_FRONTEND_PAT }}" \ -H "Accept: application/vnd.github+v3+json" \ - https://api.github.com/repos/SemiAnalysisAI/InferenceX-app/actions/workflows/ingest-agentic-results.yml/dispatches \ + https://api.github.com/repos/SemiAnalysisAI/InferenceX-app/dispatches \ -d '{ - "ref": "master", - "inputs": { + "event_type": "ingest-agentic-results", + "client_payload": { "run-id": "${{ github.run_id }}", "run-attempt": "${{ github.run_attempt }}", "database-target": "production"