diff --git a/internal/client/github.go b/internal/client/github.go index 0098b05ec..49cadd0c5 100644 --- a/internal/client/github.go +++ b/internal/client/github.go @@ -28,6 +28,7 @@ func NewGitHub(ctx *context.Context, repo config.Repo) Client { // TODO: return the err here log.Fatal("failed to parse url") } + // TODO: check if we need to change upload url as well client.BaseURL = url } return &githubClient{