All integrations

GitHub Actions

Build and deploy state from GitHub workflows.

PreviewCI / CDenv var
gh-actions (running) Live Activity preview
what shows on your phone

Source implementation only. Registry, marketplace, hosted installer, and publisher provenance remain unverified until the release checklist records a clean-machine receipt. Review and vendor `connectors/github-actions/`; no hosted action, orb, image, or mutable helper is treated as verified.

Setup

  1. 1Review and pin connectors/github-actions/ from this repository.
  2. 2Issue a narrowly scoped CI credential and store it in the platform secret manager. Never place it in YAML, a URL, logs, or a pull-request environment.
  3. 3Use the vendored local connector and test fork, cancellation, retry, and failure behavior before enabling production workflows.
  4. 4Verify provider acceptance and the phone's delivery acknowledgement separately. Never call an accepted event delivered.
pipeline-preview.yml
# Vendor the reviewed action under ./.github/actions/chirp
- uses: ./.github/actions/chirp
  with:
    api-key: ${{ secrets.CHIRP_SCOPED_CI_KEY }}
    schema: "@gh-actions"