From 9feb8d2dbf50b5d01c4a73ef4c8b6b826ba8c6f7 Mon Sep 17 00:00:00 2001 From: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Date: Tue, 19 Aug 2025 16:11:57 +0200 Subject: [PATCH] chore: fix CI of claude code docs updater --- .github/workflows/claude-docs-updater.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-docs-updater.yml b/.github/workflows/claude-docs-updater.yml index e61abfc6..29a9fd03 100644 --- a/.github/workflows/claude-docs-updater.yml +++ b/.github/workflows/claude-docs-updater.yml @@ -12,13 +12,12 @@ on: jobs: update-docs: # Only run if changes were merged (not direct pushes from bots) - if: github.event.pusher.name != 'github-actions[bot]' && github.event.pusher.name != 'dependabot[bot]' + if: github.actor != 'github-actions[bot]' && github.actor != 'dependabot[bot]' runs-on: ubuntu-latest permissions: contents: write pull-requests: write issues: write - id-token: write steps: - name: Checkout repository uses: actions/checkout@v4 @@ -59,6 +58,7 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} timeout_minutes: "30" mode: "agent" + github_token: ${{ secrets.GITHUB_TOKEN }} experimental_allowed_domains: | .anthropic.com .github.com