From 3114204e9d272d27738869f1a89053b9839944e7 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Mon, 17 Aug 2026 14:24:33 -0700 Subject: [PATCH] docs: use client-id secret name for the releaser app in the maintainers guide The releaser GitHub App workflows now authenticate with client-id (GH_APP_CLIENT_ID_RELEASER) after #639, but the maintainers guide still listed the deprecated GH_APP_ID_RELEASER. Update the credentials list so anyone bootstrapping the releaser app sets the right secret name. --- .github/MAINTAINERS_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/MAINTAINERS_GUIDE.md b/.github/MAINTAINERS_GUIDE.md index be775f1e..1cc4cb52 100644 --- a/.github/MAINTAINERS_GUIDE.md +++ b/.github/MAINTAINERS_GUIDE.md @@ -534,7 +534,7 @@ Access to this project is also required with the selected application scopes. Credentials and secrets for the app can be stored as the following variables: -- `GH_APP_ID_RELEASER` +- `GH_APP_CLIENT_ID_RELEASER` - `GH_APP_PRIVATE_KEY_RELEASER` #### Bumping Go package versions