Skip to main content
This page describes legacy triggers. See Triggers for the current documentation.
If your repositories are hosted on GitHub.com or GitHub Enterprise Cloud, this is the recommended setup. If your team self-hosts GitHub Enterprise Server without internet access, or has disabled GitHub Actions by policy, use the QA Wolf CI SDK instead.

Requirements

  • Access to a QA Wolf workspace
  • Admin access to your GitHub repo

How to connect QA Wolf to GitHub

1

Connect QA Wolf to GitHub

Enable the GitHub integration in Workspace settings and install the GitHub App on the repo you want connected. 
2

Add the GitHub Actions workflow

Notify QA Wolf on Deploy notifies QA Wolf whenever a new deployment is ready for testing. This must be done for every repository you want connected to CI/CD.Add a workflow file (e.g. .github/workflows/deploy.yml) with the following, replacing deployment-type and deployment-url with your actual values.
3

Verify the integration

Push a commit to trigger a deployment. Confirm a new run appears in QA Wolf under the expected environment.
Last modified on September 18, 2026