Start by generating a GitHub Personal access token:
Ensure you've verified your email address.
Click your profile photo, then click Settings.
In the left sidebar, click Developer settings.
In the left sidebar, click Personal access tokens.
Click Generate new token.
Give your token a descriptive name.
Select the Expiration via drop-down menu.
Select the scopes, or permissions to grant.
Click Generate token.
Set the variable GITHUB_TOKEN= in ./.env.
Warning: Treat your tokens like passwords
and keep them secret. When working with the
API, use tokens as environment variables
instead of hardcoding them into your programs.