iiRecord
Agentic AI Atlas · Remote Repository Dispatch Trigger
definition:trigger-remote-dispatcha5c.ai
II.
Definition JSON

definition:trigger-remote-dispatch

Structured · live

Remote Repository Dispatch Trigger json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/cicd/cicd-concepts.yamlCluster · domain
Record JSON
{
  "id": "definition:trigger-remote-dispatch",
  "_kind": "Definition",
  "_file": "domain/cicd/cicd-concepts.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Remote Repository Dispatch Trigger",
    "authoredAt": "2026-05-10T00:00:00Z",
    "termId": "term:cicd",
    "text": "A CI trigger where one repository's workflow dispatches a pipeline\nin another repository via the repository_dispatch API event. Enables\ncross-repo CI orchestration: a library repo publishes a new version,\nthen dispatches integration tests in downstream consumer repos. The\nevent payload carries context (version, commit SHA, source repo) so\nthe target workflow can check out the right code and report results\nback. Requires a personal access token or GitHub App with dispatch\npermissions on the target repository.\n",
    "status": "canonical"
  },
  "outgoingEdges": [
    {
      "from": "definition:trigger-remote-dispatch",
      "to": "term:cicd",
      "kind": "defines"
    },
    {
      "from": "definition:trigger-remote-dispatch",
      "to": "domain:devops",
      "kind": "applies_to"
    },
    {
      "from": "definition:trigger-remote-dispatch",
      "to": "tool:github-actions",
      "kind": "supports"
    },
    {
      "from": "definition:trigger-remote-dispatch",
      "to": "topic:ci-triggers",
      "kind": "supports"
    }
  ],
  "incomingEdges": []
}