Skip to content

Commit 656f5fb

Browse files
committed
add GITHUB_TOKEN to claude-code-review
Signed-off-by: Drew Cain <groksrc@gmail.com>
1 parent 93670ff commit 656f5fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
uses: anthropics/claude-code-action@v1
3737
with:
3838
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
39+
github_token: ${{ secrets.GITHUB_TOKEN }}
3940
track_progress: true # Enable visual progress tracking
4041
allowed_bots: '*'
4142
prompt: |

0 commit comments

Comments
 (0)