conductorv2
Plugins/Developer

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

NameLabelScopesRequired
GITHUB_TOKENPersonal Access Tokenrepo, workflowrequired

Setup

terminal
conductor plugins setup github-actions

Tools

ToolDescriptionApproval
gha_runsList workflow runs for a repo
gha_runGet a single workflow run
gha_triggerTrigger a workflow dispatch eventrequired
gha_logsDownload logs for a run
gha_artifactsList artifacts for a run
gha_cancelCancel a running workflowrequired

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