rust-lang / triagebot

Automation/tooling for Rust spaces
https://triage.rust-lang.org
Apache License 2.0
169 stars 75 forks source link

Rename github token env var #1789

Closed apiraino closed 2 months ago

apiraino commented 2 months ago

For better consistency with the Github docs, I'd like the triagebot to also use GITHUB_TOKEN as env var to pick up the github API token.

Renaming all occurrences of GITHUB_API_TOKEN into GITHUB_TOKEN should do the job.

Even if the triagebot is mostly used internally, this change will likely break someone workflow :) so let's ensure to make it prominent ... somewhere (in #triagebot on Zulip?).

@rustbot claim