GitHub Actions
Trigger workflows, view runs, download artifacts.
requires credentials6 tools
Manage GitHub Actions from your AI. Trigger workflow dispatches, monitor run status, download artifacts, and inspect job logs.
Credentials
| Name | Label | Scopes | Required |
|---|---|---|---|
GITHUB_TOKEN | Personal Access Token | repo, workflow | required |
Setup
terminal
conductor plugins setup github-actionsTools
| Tool | Description | Inputs | Approval |
|---|---|---|---|
gha_runs | List workflow runs for a repo | owner, repo, workflow_id?, status? | — |
gha_run | Get a single workflow run | owner, repo, run_id | — |
gha_trigger | Trigger a workflow dispatch event | owner, repo, workflow_id, ref, inputs? | required |
gha_logs | Download logs for a run | owner, repo, run_id | — |
gha_artifacts | List artifacts for a run | owner, repo, run_id | — |
gha_cancel | Cancel a running workflow | owner, repo, run_id | required |
Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.
Example Prompts
“What's the status of the latest CI run?”
gha_runs“Trigger the deploy-production workflow”
gha_trigger“Show the logs from the failed job”
gha_logs