def get_repo()

in nucleus/base/github.py [0:0]


def get_repo():
    client = get_client()
    if not client:
        return

    return client.get_repo(settings.GITHUB_OUTPUT_REPO)