
Prerequisites
Set up the Github Action for App Uploads in your repository to upload builds automatically with PR metadata.Setup
Step 1: Install the GitHub App
- Go to Settings > Integrations
- Click Install GitHub App
- Select your GitHub account or organization
- Choose which repositories to connect
You need to be an admin of your Autosana organization to install the GitHub App.
Step 2: Create an Automation
- Go to Automations
- Click Create Automation
- Select CI/CD Build Upload as the trigger
- Choose the flows or suites to run
Viewing Results
When flows run on a PR, you’ll see a GitHub Check appear:- Queued - Waiting for the build to complete
- Pending - Flows are currently running
- Success - All flows passed
- Failure - One or more flows failed