Update .github/workflows/claude.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
af4ce5d1d2
commit
7949c06134
1 changed files with 8 additions and 3 deletions
11
.github/workflows/claude.yml
vendored
11
.github/workflows/claude.yml
vendored
|
|
@ -34,9 +34,14 @@ jobs:
|
|||
id: claude
|
||||
uses: anthropics/claude-code-action@v1
|
||||
with:
|
||||
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
|
||||
|
||||
# This is an optional setting that allows Claude to read CI results on PRs
|
||||
- name: Run Claude Code
|
||||
id: claude
|
||||
uses: anthropics/claude-code-action@v1
|
||||
with:
|
||||
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
|
||||
# This is an optional setting that allows Claude to read CI results on PRs
|
||||
additional_permissions: |
|
||||
actions: read
|
||||
additional_permissions: |
|
||||
actions: read
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue