testing tetrate with sonnet (#5428)

This commit is contained in:
Michael Neale
2025-10-29 11:40:02 +11:00
committed by GitHub
parent 4687656487
commit b94535b679
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -5,9 +5,9 @@ on:
workflow_dispatch:
inputs:
branch:
description: 'Branch to test'
description: "Branch to test"
required: true
default: 'main'
default: "main"
type: string
name: Live Provider Tests
@@ -105,6 +105,7 @@ jobs:
DATABRICKS_HOST: ${{ secrets.DATABRICKS_HOST }}
DATABRICKS_TOKEN: ${{ secrets.DATABRICKS_TOKEN }}
OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}
TETRATE_API_KEY: ${{ secrets.TETRATE_API_KEY }}
HOME: /tmp/goose-home
GOOSE_DISABLE_KEYRING: 1
SKIP_BUILD: 1