From ce8c516ba1f485fe240b7e90276b10553dbcc4a9 Mon Sep 17 00:00:00 2001 From: Julien Pivotto <291750+roidelapluie@users.noreply.github.com> Date: Thu, 28 May 2026 11:44:25 +0200 Subject: [PATCH] chore: remove stale PROMBOT_GITHUB_TOKEN TODO comment Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com> --- .github/workflows/generate-protobuf.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/generate-protobuf.yml b/.github/workflows/generate-protobuf.yml index e55f737d3..38853ad48 100644 --- a/.github/workflows/generate-protobuf.yml +++ b/.github/workflows/generate-protobuf.yml @@ -56,7 +56,6 @@ jobs: fi # Note: GITHUB_TOKEN pushes don't trigger CI re-runs. # Close and reopen the PR to trigger CI after this commit. - # TODO: switch to PROMBOT_GITHUB_TOKEN once it's added to this repo. git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git add '*.java'