GetRequiredSecretNames returns the list of secret names that this engine needs for execution This includes engine-specific auth tokens and the MCP gateway API key when MCP servers are present Returns: slice of secret names (e.g., ["COPILOT_GITHUB_TOKEN", "MCP_GATEWAY_API_KEY"])
(workflowData *WorkflowData)
| 215 | // This includes engine-specific auth tokens and the MCP gateway API key when MCP servers are present |
| 216 | // Returns: slice of secret names (e.g., ["COPILOT_GITHUB_TOKEN", "MCP_GATEWAY_API_KEY"]) |
| 217 | GetRequiredSecretNames(workflowData *WorkflowData) []string |
| 218 | |
| 219 | // GetSupportedEnvVarKeys returns the list of engine.env variable names that this engine |
| 220 | // explicitly supports as documented in the AWF specification. These keys are allowed to carry |
no outgoing calls
no test coverage detected