From 46472c429fd296eaacccc98844f5a4107d1a917d Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 28 Feb 2026 15:58:29 +0000 Subject: [PATCH] Remove lockdown: true from code-review workflow Lockdown mode requires a custom PAT (GH_AW_GITHUB_TOKEN) which isn't configured. The toolsets restriction already limits available GitHub API tools to pull_requests and repos, so lockdown isn't needed. https://claude.ai/code/session_01JTYNSeJrGzdW6wfAUbdjjw --- .github/workflows/code-review.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/code-review.md b/.github/workflows/code-review.md index aaf9026..b46e2ab 100644 --- a/.github/workflows/code-review.md +++ b/.github/workflows/code-review.md @@ -30,7 +30,6 @@ safe-outputs: tools: github: - lockdown: true toolsets: [pull_requests, repos] bash: true web-fetch: