We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423f398 commit 0bba1deCopy full SHA for 0bba1de
.github/workflows/pull_request.yaml
@@ -38,4 +38,5 @@ jobs:
38
git_ref: ${{ github.event.pull_request.head.sha }}
39
secrets:
40
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
41
+ ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
42
.github/workflows/push_main.yaml
@@ -13,4 +13,5 @@ jobs:
13
git_ref: ''
14
15
16
17
0 commit comments