GitHub introduced fine-grained PAT to allow better control of access rules to the GitHub API: https://github.blog/2022-10-18-introducing-fine-grained-personal-access-tokens-for-github/ This will allow us to issue an organization PAT without the hassle to create an individual PAT for every owner of our organization. However, the new fine-grained PAT still don't support GraphQL (which is used by https://github.com/opentelekomcloud/ansible-collection-gitcontrol), so we need to wait until this issue will be closed: https://github.com/github/roadmap/issues/622