From 0c209ada2314cb5e4cf123477ee246b5afc70939 Mon Sep 17 00:00:00 2001 From: s Date: Wed, 19 Nov 2025 12:39:35 -0500 Subject: refactor: switch to authenticated client and update github lead model to use profile data instead of commit metadata --- cmd/github.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/github.go') diff --git a/cmd/github.go b/cmd/github.go index 83b9601..f38e5fe 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -43,7 +43,7 @@ func runGitHubLeads(cmd *cobra.Command, args []string) error { format, _ := cmd.Flags().GetString("format") bio, _ := cmd.Flags().GetString("bio") - c, err := newUnauthenticatedClient() + c, err := newClient() if err != nil { return err } -- cgit v1.2.3