Personal Access Tokens
Personal access tokens are meant for personal scripts, local development, and quick integrations. If you're building an application that needs to act on behalf of other users, consider using OAuth instead.
Personal access tokens grant full access to your account. Do not share them with anyone or include in client-side code or public repositories.