OpenStatus GitHub Actions
Feb 18, 2025 | by openstatus | [monitoring]

We have published our GitHub Actions, It lets your run your OpenStatus synthetic checks as part of your GitHub Workflow.
The action is available on GitHub Marketplace
Here's a simple example of how to use it:
- name: Run OpenStatus Synthetics CI
uses: openstatushq/openstatus-github-action@v1
with:
api_key: ${{ secrets.OPENSTATUS_API_KEY }}
Here's a GitHub repo with the action in use: openstatushq/openstatus-github-action-example