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

Method GetSecretValidationStep

pkg/workflow/antigravity_engine.go:83–90  ·  view source on GitHub ↗

GetSecretValidationStep returns the secret validation step for the Antigravity engine. Returns an empty step if custom command is specified.

(workflowData *WorkflowData)

Source from the content-addressed store, hash-verified

81// GetSecretValidationStep returns the secret validation step for the Antigravity engine.
82// Returns an empty step if custom command is specified.
83func (e *AntigravityEngine) GetSecretValidationStep(workflowData *WorkflowData) GitHubActionStep {
84 return BuildDefaultSecretValidationStep(
85 workflowData,
86 []string{"ANTIGRAVITY_API_KEY"},
87 "Antigravity CLI",
88 "https://antigravity.google/docs/cli-overview",
89 )
90}
91
92func (e *AntigravityEngine) GetInstallationSteps(workflowData *WorkflowData) []GitHubActionStep {
93 antigravityLog.Printf("Generating installation steps for Antigravity engine: workflow=%s", workflowData.Name)

Callers 1

Calls 1

Tested by 1