GitHub Actions
1. Project Setup
Place your AskUI Python scripts in a directory at the root of your repository (e.g.,tests or automation).
Note: The directory structure may vary based on your project organization.
2. Pipeline Configuration
Configure Environment Variables
Add the following required variables:
ASKUI_WORKSPACE_IDASKUI_TOKEN
ANTHROPIC_API_KEY- Required if using Anthropic models
Example Implementation
Here’s a sample GitHub Actions workflow file (.github/workflows/askui-automation.yml):