MCPcopy Create free account
hub / github.com/github/gh-aw / GetRequiredSecretNames

Method GetRequiredSecretNames

pkg/workflow/agentic_engine.go:217–217  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 1

Implementers 1

BaseEnginepkg/workflow/agentic_engine.go

Calls

no outgoing calls

Tested by

no test coverage detected