You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update print_github_reviews.py to read token from ~/.github_token (#1752)
If GITHUB_TOKEN environment variable is not set and --token argument is not provided, the script will now attempt to read the GitHub token from the `~/.github_token` file.
The order of precedence for token retrieval is:
1. --token command-line argument
2. GITHUB_TOKEN environment variable
3. ~/.github_token file
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
0 commit comments