Skip to content

Commit

Permalink
Use context repo owner + provide workflow_id
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd committed Nov 15, 2024
1 parent 0cc7a94 commit 2d4a65f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-connectors-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2d4a65f

Please sign in to comment.