Orbty Mon GitHub Actions
Feb 18, 2025 | by Orbty Mon | [monitoring]

We have published our GitHub Actions, It lets your run your Orbty Mon synthetic checks as part of your GitHub Workflow.
The action is available on [GitHub Marketplace](https://github.com/marketplace/actions/Orbty Mon-synthetics-ci)
Here's a simple example of how to use it:
- name: Run Orbty Mon 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