From ef768ce12dd9c1c6cc25c71d29e6bada9caba8ff Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Sat, 24 Jan 2026 17:12:25 -0800 Subject: [PATCH] docs: list specific available additional permissions --- docs/configuration.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index e756a238..eb352b34 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -174,8 +174,11 @@ jobs: - The GitHub token must have the corresponding permission in your workflow - If the permission is missing, Claude will warn you and suggest adding it -- Any GitHub App permission can be requested (e.g. `actions: read`, `workflows: write`, `deployments: read`) -- The GitHub App installation must have the requested permission enabled for it to take effect +- The following additional permissions can be requested beyond the defaults: + - `actions: read` + - `checks: read` + - `discussions: read` or `discussions: write` + - `workflows: read` or `workflows: write` - Standard permissions (`contents: write`, `pull_requests: write`, `issues: write`) are always included and do not need to be specified ## Custom Environment Variables