Openstatus www.openstatus.dev

๐Ÿš€ changelog (#1197)

authored by

Thibault Le Ouay and committed by
GitHub
bdf3e332 19896b30

+45
+18
.github/workflows/synthetic.yml
··· 1 + name: Run OpenStatus Synthetics CI 2 + 3 + on: 4 + workflow_dispatch: 5 + push: 6 + branches: [ main ] 7 + 8 + jobs: 9 + synthetic_ci: 10 + runs-on: ubuntu-latest 11 + name: Run OpenStatus Synthetics CI 12 + steps: 13 + - name: Checkout 14 + uses: actions/checkout@v4 15 + - name: Run OpenStatus Synthetics CI 16 + uses: openstatushq/openstatus-github-action@v1 17 + with: 18 + api_key: ${{ secrets.OPENSTATUS_API_KEY }}
apps/web/public/assets/changelog/github-action.png

This is a binary file and will not be displayed.

+21
apps/web/src/content/changelog/github-action.mdx
··· 1 + --- 2 + title: OpenStatus GitHub Actions 3 + description: Run your OpenStatus synthetic checks as part of your GitHub Workflow. 4 + image: /assets/changelog/github-action.png 5 + publishedAt: 2025-02-18 6 + --- 7 + 8 + We have published our GitHub Actions, It lets your run your OpenStatus synthetic checks as part of your GitHub Workflow. 9 + 10 + The action is available on [GitHub Marketplace](https://github.com/marketplace/actions/openstatus-synthetics-ci) 11 + 12 + Here's a simple example of how to use it: 13 + 14 + ```yaml 15 + - name: Run OpenStatus Synthetics CI 16 + uses: openstatushq/openstatus-github-action@v1 17 + with: 18 + api_key: ${{ secrets.OPENSTATUS_API_KEY }} 19 + ``` 20 + 21 + Here's a GitHub repo with the action in use: [openstatushq/openstatus-github-action-example](https://github.com/openstatusHQ/github-action-tester)
+6
config.openstatus.yaml
··· 1 + tests: 2 + ids: 3 + - 1 4 + - 666 5 + - 771 6 + - 2662