diff --git a/.github/workflows/claude-issues.yml b/.github/workflows/claude-issues.yml index dfbd3ff7..7d5d67c3 100644 --- a/.github/workflows/claude-issues.yml +++ b/.github/workflows/claude-issues.yml @@ -38,6 +38,7 @@ jobs: - uses: anthropics/claude-code-action@v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} + github_token: ${{ secrets.GITHUB_TOKEN }} prompt: | You are an automated issue fixer for the OpenJarvis repository. Follow these steps in order: diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 2da7cd5b..0df5e1ac 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -47,4 +47,5 @@ jobs: - uses: anthropics/claude-code-action@v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} + github_token: ${{ secrets.GITHUB_TOKEN }} prompt: ${{ steps.review.outputs.instructions }}