-
-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19896b3
commit bdf3e33
Showing
4 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
tests: | ||
ids: | ||
- 1 | ||
- 666 | ||
- 771 | ||
- 2662 |