c
cortex-plugin-github-actions
ESMv1.0.0MIT
Official CortexPrism plugin
0.00CortexPrism
automationcodecortex-plugindeveloper-toolsdevelopmentesm
Install Command
$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-github-actionsConfiguration
Plugin Type
ESM
Entry Point
mod.ts
License
MIT
Capabilities
toolsnetwork:fetch
Tags
automationcodecortex-plugindeveloper-toolsdevelopmentesm
Statistics
Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 15, 2026
Reviews (0)
No reviews yet. Be the first to rate this plugin!
README
cortex-plugin-github-actions
Trigger, monitor, and debug GitHub Actions runs from Cortex.
Installation
cortex plugin install marketplace:cortex-plugin-github-actions
cortex plugin install github:CortexPrism/cortex-plugin-github-actions
cortex plugin install ./manifest.json
Tools
actions_list_workflows
List workflows for a repository.
repo(string, required) — Repository in owner/repo format
actions_trigger
Trigger a workflow run.
repo(string, required) — Repository in owner/repo formatworkflow_id(string, required) — Workflow ID or filenameref(string, default: "main") — Git ref to run oninputs(string, optional) — JSON string of workflow inputs
actions_get_run
Get details of a workflow run.
repo(string, required) — Repository in owner/repo formatrun_id(number, required) — The run ID
actions_list_runs
List recent workflow runs.
repo(string, required) — Repository in owner/repo formatstatus(string, optional) — Filter: completed, in_progress, queued, alllimit(number, default: 10) — Maximum results
actions_get_logs
Get logs for a workflow run.
repo(string, required) — Repository in owner/repo formatrun_id(number, required) — The run IDjob_name(string, optional) — Specific job name
actions_rerun
Re-run a workflow.
repo(string, required) — Repository in owner/repo formatrun_id(number, required) — The run ID
Configuration
Set your GitHub personal access token in plugin settings under the "GitHub" section.
Development
deno cache mod.ts
deno task test
deno fmt
deno lint
License
MIT
Published June 15, 2026 · Updated June 15, 2026