Can I use github_releases with a enterprise github?

Hello,

I’m trying to use github_release module to fetch a release from a enterprise internal repository in the company that I work.

This is possivle and how I can do that if don’t have any option like “url”, “server”, etc.

Best Regards
Rodrigo Rapozo

The module github_release uses python package github3.
This package is a github REST API library. Servers, url are set inside.

I found this issues

https://github.com/ansible/ansible/issues/59560

https://github.com/ansible/ansible/pull/59564

Someone know the status of it?