this point select Resource owner
first to generate token in your profile that have access to generate token or he owner of organization:
settings, developer settings at bottom, Personal access tokens,
Fine-grained tokens, Generate new token
then the point important change Resource owner and select your organization
to access direct same page in the image try visit this url
https://github.com/settings/personal-access-tokens/new
here select repo the token will have access to it (optional step but show repos of organizations, if you selected your profile you will see only your profile repositories
! please note you can disable requests for generate token which will allow generate token without wait for approval so no request approval needed
also to be able to clone the repo you have to set content permission read and write for this token
finally to clone repo using your generated private token use this command and update variables linux
sudo git clone https://@github.com/[org-name]/repository.git
you can manage your organization settings to see organizationtokens request, or allow direct generate token without permission from admin based on your org rules
here in your profile settings, you can switch to your organizations settings
to see pending tokens request from organization settings menu select pending requests
and from organization settings you can manage the permissions for work with tokens
you can direct access previous image using this url, make sure to update with your organization name
https://github.com/organizations//settings/personal-access-tokens