Currently, the peer_review branch seems to retrieve GitHub PAT directly from .Renviron file.
I have securely saved my token using gitcreds::gitcreds_set() already.
When I tested using ghclass::github_test_token(), the peer_review version threw an error while the CRAN version and the main branch version were able to successfully retrieve the token as expected.