From 7b7910b42e733406dcca732e0c58ce5615b2c90c Mon Sep 17 00:00:00 2001 From: Louis King Date: Wed, 11 Feb 2026 12:35:45 +0000 Subject: [PATCH] Updates --- .github/workflows/claude.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 94dcce5..742afa8 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -35,16 +35,9 @@ jobs: uses: anthropics/claude-code-action@v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} - # This is an optional setting that allows Claude to read CI results on PRs additional_permissions: | actions: read - # Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it. # prompt: 'Update the pull request description to include a summary of changes.' - - # Optional: Add claude_args to customize behavior and configuration - # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md - # or https://code.claude.com/docs/en/cli-reference for available options # claude_args: '--allowed-tools Bash(gh pr:*)' -