mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-22 22:44:13 +08:00
Fix: Add GitHub token to workflow
This commit is contained in:
@@ -20,6 +20,7 @@ jobs:
|
||||
- name: Auto review PR
|
||||
uses: ./
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
prompt: |
|
||||
Please review this PR. Look at the changes and provide thoughtful feedback on:
|
||||
- Code quality and best practices
|
||||
|
||||
Reference in New Issue
Block a user