Previous: , Up: GitHub API Authentication---Personal Access Tokens   [Index]


1.1.2.3 Limitations

Personal Access Tokens work great for personal usage. But if you plan to create a service or a CLI application that integrate with GitHub, there are better options that don’t require the user to manually create and maintain tokens.

Personal Access Tokens can be used in GitHub Actions if you want the script to act as your user account.