Skip to main content
Glama

GitHub Enterprise MCP Server

trigger-workflow

Initiate a workflow run in a GitHub repository using specified branch, tag, or commit reference to automate CI/CD processes and deployment tasks.

Instructions

Trigger a workflow run in a GitHub repository

Input Schema

NameRequiredDescriptionDefault
inputsNoWorkflow inputs
ownerYesRepository owner
refYesGit reference (branch, tag, SHA)
repoYesRepository name
workflow_idYesWorkflow ID or file name

Input Schema (JSON Schema)

{ "properties": { "inputs": { "description": "Workflow inputs", "type": "object" }, "owner": { "description": "Repository owner", "type": "string" }, "ref": { "description": "Git reference (branch, tag, SHA)", "type": "string" }, "repo": { "description": "Repository name", "type": "string" }, "workflow_id": { "description": "Workflow ID or file name", "type": [ "string", "number" ] } }, "required": [ "owner", "repo", "workflow_id", "ref" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/piyushgIITian/github-enterprice-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server