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 8697d75 commit 8cca4fcCopy full SHA for 8cca4fc
internal/codefresh/creds.go
@@ -27,7 +27,7 @@ type Config struct {
27
28
func GetCodefreshCreds() (*CodefreshConfig, error) {
29
envToken := os.Getenv("CF_API_KEY")
30
- envUrl := os.Getenv("CF_BASE_URL")
+ envUrl := os.Getenv("CF_URL")
31
32
if envToken != "" && envUrl != "" {
33
return &CodefreshConfig{
0 commit comments