Skip to content

Commit bdf3e33

Browse files
🚀 changelog (#1197)
1 parent 19896b3 commit bdf3e33

File tree

4 files changed

+45
-0
lines changed

4 files changed

+45
-0
lines changed

.github/workflows/synthetic.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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 }}
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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)

config.openstatus.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
tests:
2+
ids:
3+
- 1
4+
- 666
5+
- 771
6+
- 2662

0 commit comments

Comments
 (0)