mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-20 21:21:13 +00:00
Update .github/workflows/claude.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user