Skip to content

Commit 0bba1de

Browse files
committed
chore: add anthropic secret to main and pull actions
Signed-off-by: Donnie Adams <[email protected]>
1 parent 423f398 commit 0bba1de

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pull_request.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
git_ref: ${{ github.event.pull_request.head.sha }}
3939
secrets:
4040
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
41+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
4142

.github/workflows/push_main.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ jobs:
1313
git_ref: ''
1414
secrets:
1515
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
16+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
1617

0 commit comments

Comments
 (0)