Fetching Astropy does not require using personal access token, since it is a public repo and can be fetched unauthorised. But the primary rate limit for unauthenticated requests is 60 requests per hour.
Using personal access token to fetch public repo increases the rate limit to 5000 requests per hour.
https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28
Fetching Astropy does not require using personal access token, since it is a public repo and can be fetched unauthorised. But the primary rate limit for unauthenticated requests is 60 requests per hour.
Using
personal access
token to fetch public repo increases the rate limit to 5000 requests per hour.