diff --git a/.github/workflows/deploy-connectors-infra.yml b/.github/workflows/deploy-connectors-infra.yml index 5929f801c772..0710bed85b91 100644 --- a/.github/workflows/deploy-connectors-infra.yml +++ b/.github/workflows/deploy-connectors-infra.yml @@ -65,9 +65,11 @@ jobs: github-token: ${{ steps.generate-token.outputs.token }} script: | await github.rest.repos.createDispatchEvent({ - owner: 'dust-tt', + owner: context.repo.owner,, repo: 'dust-infra', event_type: 'trigger-component-deploy', + workflow_id: 'deploy.yaml', + ref: 'main', client_payload: { us_central1: ${{ inputs.us-central1 }}, component: 'connectors',