LIBRARIAN_GITHUB_TOKEN is currently referenced in several places throughout the codebase. This creates duplication and makes it harder to maintain consistency if the value needs to change in the future. We should define LIBRARIAN_GITHUB_TOKEN as a constant and update all references to use the constant instead of hardcoding the value.