summaryrefslogtreecommitdiffstats
path: root/cmd/github.go
diff options
context:
space:
mode:
authors <[email protected]>2025-11-19 12:39:35 -0500
committers <[email protected]>2025-11-19 12:39:35 -0500
commit0c209ada2314cb5e4cf123477ee246b5afc70939 (patch)
treef649912fac342f3a8cded6fdfa26e2dc56ebcb06 /cmd/github.go
parentd77b81ec36a6995af6a8039121d19802bab8352e (diff)
downloaddborg-0.8.6.tar.gz
dborg-0.8.6.zip
refactor: switch to authenticated client and update github lead model to use profile data instead of commit metadatav1.0.4v0.8.6
Diffstat (limited to 'cmd/github.go')
-rw-r--r--cmd/github.go2
1 files changed, 1 insertions, 1 deletions
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
}