Commit 29f855a
authored
Fix Claude OAuth token env for Actions (#1202)
## Summary
- pass `CLAUDE_CODE_OAUTH_TOKEN` through the Claude action step `env` as
well as the existing `with:` input
- keep OAuth token wiring consistent for Claude review and `@claude`
workflows
## Why
`anthropics/claude-code-action@v1` can resolve the OAuth input empty in
this runner path unless the token is also available in the inherited
step env. This matches the Hichee fix proven by shakacode/hichee#9633.
## Verification
- workflow-only YAML patch generated from the org Claude integration
audit
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Updated the automated workflow setup to pass the Claude Code OAuth
token in an additional supported way.
* No changes to workflow triggers, job behavior, or user-facing app
features.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 9b56482 commit 29f855a
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
0 commit comments