How to use portkey in claude code gh action? #1348
Unanswered
Amansaxena001
asked this question in
Q&A
Replies: 1 comment
-
|
The likely sticking point here is not just credentials, but whether the action path has a supported way to inject the extra Portkey headers on every request without breaking the provider contract Claude Code expects. Once an action is built around one provider shape, proxy compatibility can look fine until request metadata or streaming behavior diverges. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We want to use the
portkeyin claude code gh action. I tried overriding the envs and the action does not run. Initially it did threw an errorbut once I fixed it, claude code was stuck in the pipeline nothing was happening. Is it currently possible to use Portkey with this action?
Beta Was this translation helpful? Give feedback.
All reactions