Edges
The tables below list edges defined by the GitHub extension only. Additional edges to or from this node may be created by other extensions.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
An organization-level GitHub Actions variable that can be scoped to all, private, or selected repositories. Unlike secrets, variable values are readable.
| Edge Type | Source Node Types | Traversable |
|---|---|---|
| GH_HasVariable | GH_Repository | ✅ |
| Property Name | Data Type | Description |
|---|---|---|
| objectid | string | A deterministic ID in the format GH_OrgVariable_{orgNodeId}_{variableName}. |
| id | string | Same as objectid. |
| name | string | The name of the variable. |
| environment_name | string | The name of the environment (GitHub organization). |
| environmentid | string | The node_id of the environment (GitHub organization). |
| value | string | The plaintext value of the variable. |
| created_at | datetime | When the variable was created. |
| updated_at | datetime | When the variable was last updated. |
| visibility | string | The variable’s visibility scope: all (all repos), private (private and internal repos), or selected (specific repos). |