I'm sure it's not a new thing, basically I want to make an issue in a private repo via GitHub API (or CLI)
Making the issue is simple, what I wanna ask is.. how do I authenticate my app?
GitHub apps or OAuth app seems like an overkill.
It seems like bot account with fine trained PAT is the way to go, but it requires, well, making a new account for the organisation.
Is there any better way?