Skip to content

Commit b165e81

Browse files
committed
add cred override
Signed-off-by: Grant Linville <[email protected]>
1 parent 39b894e commit b165e81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/smoke.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
OPENAI_API_KEY: ${{ secrets.SMOKE_OPENAI_API_KEY }}
142142
GPTSCRIPT_DEFAULT_MODEL: claude-3-opus-20240229 from github.com/gptscript-ai/claude3-anthropic-provider
143143
ANTHROPIC_API_KEY: ${{ secrets.SMOKE_ANTHROPIC_API_KEY }}
144+
GPTSCRIPT_CREDENTIAL_OVERRIDE: "github.com/gptscript-ai/claude3-anthropic-provider/credential:ANTHROPIC_API_KEY"
144145
name: Run smoke test for claude-3-opus-20240229
145146
run: |
146147
echo "Running smoke test for model claude-3-opus-20240229"

0 commit comments

Comments
 (0)