This document explains how to create a GitHub App token for the workflow that automatically creates PRs to update the Galaxy Helm chart when new Galaxy releases are tagged.
GitHub App tokens are more secure than Personal Access Tokens (PATs) because they provide:
- Better Security: Scoped permissions, automatic token rotation
- Better Audit Trail: Actions appear as performed by the app
- No User Dependencies: Doesn't depend on individual user accounts