diff options
| author | Dhravya Shah <[email protected]> | 2026-01-18 16:52:34 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-18 16:52:34 -0800 |
| commit | fbf1de26766d37177b078ba59efb5f2198328b97 (patch) | |
| tree | f6f2965b2be1ab9a4f1bb1f7b99d6db276cd9685 /.github/workflows/claude.yml | |
| parent | feat: fix interaction and improve Design for extension (#679) (diff) | |
| download | supermemory-fbf1de26766d37177b078ba59efb5f2198328b97.tar.xz supermemory-fbf1de26766d37177b078ba59efb5f2198328b97.zip | |
Add Claude Code GitHub Workflow (#681)
Diffstat (limited to '.github/workflows/claude.yml')
| -rw-r--r-- | .github/workflows/claude.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 4b2e6d2f..d300267f 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -34,8 +34,8 @@ jobs: id: claude uses: anthropics/claude-code-action@v1 with: - anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} - + 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 @@ -45,6 +45,6 @@ jobs: # Optional: Add claude_args to customize behavior and configuration # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md - # or https://docs.anthropic.com/en/docs/claude-code/sdk#command-line for available options - # claude_args: '--model claude-opus-4-1-20250805 --allowed-tools Bash(gh pr:*)' + # or https://code.claude.com/docs/en/cli-reference for available options + # claude_args: '--allowed-tools Bash(gh pr:*)' |