mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-02 14:13:10 +00:00
Merge pull request #5 from waku-org/jazzz/claude
Add default Claude action
This commit is contained in:
commit
ba49599036
23
.github/workflows/claude-code.yml
vendored
Normal file
23
.github/workflows/claude-code.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
name: Claude Code Review
|
||||
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
claude:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: anthropics/claude-code-action@beta
|
||||
with:
|
||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
experimental_allowed_domains: |
|
||||
.github.com
|
||||
.githubusercontent.com
|
||||
Loading…
x
Reference in New Issue
Block a user