We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36f7af commit 9f66c56Copy full SHA for 9f66c56
pkg/runner/env.go
@@ -126,7 +126,7 @@ func (v *CLIEnvVarValidator) Validate(
126
}
127
} else {
128
logger.Warnf("Secrets manager not configured (setup incomplete or missing provider) - " +
129
- "falling back to environment variables or prompt")
+ "falling back to prompt")
130
131
132
// If secrets manager unavailable or secret not found, fall through to prompt
0 commit comments