To get personal access tokens: https://github.com/settings/tokens
I have a private repository, from which I want to get the releases data (https://github.com/**user_name**/**repo_name**/releases). What scopes should I use for that purpose?
Important note: I just want auth to the releases data only, not to the whole private repo.
What I've tried: this post suggests to use Full control of private repositories scope
, but I don't want to authorize the whole repository access, just the releases data.