re trigger CI

This commit is contained in:
HiteshRepo 2024-02-05 20:46:00 +05:30
parent d0b4b2745d
commit 79a0248049

View File

@ -3,6 +3,7 @@ package credentials
import (
"fmt"
"os"
"strings"
"github.com/alcionai/clues"
)
@ -28,6 +29,8 @@ func GetM365() M365 {
fmt.Println("---------------> AZURE_CLIENT_ID", AzureClientID)
fmt.Println("---------------> AZURE_CLIENT_SECRET", AzureClientSecret)
fmt.Println("---------------> check", strings.Contains(AzureClientID, ","))
fmt.Println("---------------> check", strings.Contains(AzureClientSecret, ","))
return M365{
AzureClientID: AzureClientID,