If github personal access tokens num exceeds 20, failure to add new access token.
This problem is due to the fact that authorization is listed up to 20 only by default.
This commit changed list option for increase PerPage to 100, and fetch all token by pagination.
If github personal access tokens num exceeds 20, failure to add new access token. This problem is due to the fact that authorization is listed up to 20 only by default. This commit changed list option for increase PerPage to 100, and fetch all token by pagination.