Skip to content

feat: simplify workspace API and add support for s3 (#73) #98

feat: simplify workspace API and add support for s3 (#73)

feat: simplify workspace API and add support for s3 (#73) #98

Workflow file for this run

name: Push Main
on:
push:
branches:
- main
paths-ignore:
- README.md
jobs:
run-tests:
uses: gptscript-ai/go-gptscript/.github/workflows/run_tests.yaml@main
with:
git_ref: ''
secrets:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}