···11+---
22+title: OpenStatus GitHub Actions
33+description: Run your OpenStatus synthetic checks as part of your GitHub Workflow.
44+image: /assets/changelog/github-action.png
55+publishedAt: 2025-02-18
66+---
77+88+We have published our GitHub Actions, It lets your run your OpenStatus synthetic checks as part of your GitHub Workflow.
99+1010+The action is available on [GitHub Marketplace](https://github.com/marketplace/actions/openstatus-synthetics-ci)
1111+1212+Here's a simple example of how to use it:
1313+1414+```yaml
1515+- name: Run OpenStatus Synthetics CI
1616+ uses: openstatushq/openstatus-github-action@v1
1717+ with:
1818+ api_key: ${{ secrets.OPENSTATUS_API_KEY }}
1919+```
2020+2121+Here's a GitHub repo with the action in use: [openstatushq/openstatus-github-action-example](https://github.com/openstatusHQ/github-action-tester)