{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6ae6bf7f-8255-4a5a-8ec4-29c8ca7c1e73",
    "slug": "cd7y1G",
    "name": "GitHub Actions Runner",
    "description": "A self-hosted GitHub Actions runner",
    "url": "https://railway.com/deploy/cd7y1G",
    "upstream": {
      "image": "myoung34/github-runner"
    }
  },
  "services": [
    {
      "name": "myoung34/github-runner",
      "source": {
        "image": "myoung34/github-runner"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "RUNNER_TOKEN",
      "service": "myoung34/github-runner",
      "description": "The token shown with `--token` when creating the runner in GitHub",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "cd7y1G"
      }
    },
    "cli": "railway deploy --template cd7y1G",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6ae6bf7f-8255-4a5a-8ec4-29c8ca7c1e73",
            "serializedConfig": {
              "services": {
                "d806dce8-414d-4384-951f-e0daa1e8c2e3": {
                  "name": "myoung34/github-runner",
                  "source": {
                    "image": "myoung34/github-runner"
                  },
                  "variables": {
                    "ORG_NAME": {
                      "isOptional": true,
                      "description": "Required for org-wide runners",
                      "defaultValue": ""
                    },
                    "REPO_URL": {
                      "isOptional": true,
                      "description": "For per-repository runners, the URL to the repo.",
                      "defaultValue": ""
                    },
                    "RUNNER_SCOPE": {
                      "isOptional": true,
                      "description": "Set to `org` for organization-wide runners",
                      "defaultValue": ""
                    },
                    "RUNNER_TOKEN": {
                      "isOptional": false,
                      "description": "The token shown with `--token` when creating the runner in GitHub",
                      "defaultValue": "{{RUNNER_TOKEN}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T04:14:38.010Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-10T06:53:33.738Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_0f36c58fa7df455881cd",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": false,
        "detail": "1 service(s) crashed within 30s"
      }
    ]
  }
}
