Files
issue-stats/.env.example
Hugo Locurcio 6769c831da Add 2024/2025 hardware releases
- Add the following hardware to the list:
  - CPUs:
    - AMD Zen 5.
    - Intel Arrow Lake, Raptor Lake refresh.
  - GPUs:
    - AMD RDNA4.
    - Intel Battlemage.
    - NVIDIA Blackwell.
- Add link to variable rate shading documentation.
- Update guidance on GitHub tokens to follow recent changes.
- Use SSL verification when performing GraphQL API requests.
- Update dependencies to work with Python 3.13.
2025-05-28 20:55:31 +02:00

6 lines
308 B
Plaintext

# Copy this file to `.env` and modify it.
# Go to <https://github.com/settings/personal-access-tokens>
# to generate a fine-grained token with read-only public repository access.
# Its expiration date *must* be set to less than 366 days in the future.
GODOT_ISSUES_STATS_GITHUB_TOKEN="github_pat_token_here"