How to use portkey in claude code gh action? #575
Replies: 1 comment
|
At the moment, I don't believe the GitHub Action exposes a dedicated input for configuring a custom gateway such as Portkey. The documented authentication methods are primarily an Anthropic API key, OAuth, Bedrock, Vertex AI, or Workload Identity Federation. :contentReference[oaicite:0]{index=0} That said, if you're using a recent version of Claude Code, you can usually achieve this by passing the appropriate environment variables through the action's
Portkey has documentation showing this configuration pattern for Claude Code. :contentReference[oaicite:1]{index=1} If you're specifically asking for a first-class If this answer helped or pointed you in the right direction, I'd appreciate it if you could mark it as the accepted answer so it's easier for others with the same issue to find. Also, if you found my contribution useful, I'd appreciate it if you could check out my GitHub profile, follow me, and star any repositories you find interesting. GitHub: https://github.com/Advait251206 |
Uh oh!
There was an error while loading. Please reload this page.
We want to use the portkey
keyinstead of directly using the anthropic key. I don't see any key where this can be setup. Please let me know if there are any sols around thisAll reactions