Skip to content

Commit

Permalink
🚀 changelog (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultleouay authored Feb 18, 2025
1 parent 19896b3 commit bdf3e33
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/synthetic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Run OpenStatus Synthetics CI

on:
workflow_dispatch:
push:
branches: [ main ]

jobs:
synthetic_ci:
runs-on: ubuntu-latest
name: Run OpenStatus Synthetics CI
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run OpenStatus Synthetics CI
uses: openstatushq/openstatus-github-action@v1
with:
api_key: ${{ secrets.OPENSTATUS_API_KEY }}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions apps/web/src/content/changelog/github-action.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: OpenStatus GitHub Actions
description: Run your OpenStatus synthetic checks as part of your GitHub Workflow.
image: /assets/changelog/github-action.png
publishedAt: 2025-02-18
---

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](https://github.com/marketplace/actions/openstatus-synthetics-ci)

Here's a simple example of how to use it:

```yaml
- 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](https://github.com/openstatusHQ/github-action-tester)
6 changes: 6 additions & 0 deletions config.openstatus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
tests:
ids:
- 1
- 666
- 771
- 2662

0 comments on commit bdf3e33

Please sign in to comment.