Register GitHub Actions Workflow
register_github_actionsRegister GitHub Actions workflows for monitoring by specifying owner, repository, and workflow file/ID. Stores only the token env var name; token values stay in runtime.
Instructions
Register a GitHub Actions workflow by owner, repository, and workflow file or ID. Only the token environment-variable name is stored; token values remain in the runtime environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique local name for this GitHub Actions target | |
| tags | No | Tags for grouping | |
| owner | Yes | GitHub user or organization | |
| branch | No | Optional branch filter for workflow runs | |
| workflow | Yes | Workflow numeric ID or .yml/.yaml filename | |
| token_env | No | Environment variable containing a GitHub token; the token value is never persisted | GITHUB_TOKEN |
| repository | Yes | GitHub repository name | |
| check_interval_minutes | No |