Skip to content

Commit 0058662

Browse files
committed
1 parent c0d1fc8 commit 0058662

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/claude-pr-review-comprehensive.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,16 @@ jobs:
1919
uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 1
22+
repository: ${{ github.event.pull_request.head.repo.full_name }} # Fix 1
23+
ref: ${{ github.event.pull_request.head.ref }}
24+
2225

2326
- name: PR Review with Progress Tracking
2427
uses: anthropics/claude-code-action@v1
2528
with:
2629
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
30+
github_token: ${{ secrets.GITHUB_TOKEN }} # Fix 2: Bypass OIDC
31+
allowed_non_write_users: '*' # Fix 3: Allow fork contributors
2732

2833
# Enable progress tracking
2934
track_progress: true

0 commit comments

Comments
 (0)