OpenStatus Synthetics CI
ActionsAbout
v1
LatestBy openstatusHQ
Tags
(2)Verified
This repository contains the GitHub Action that powers the OpenStatus Synthetics CI.
- Create an account on OpenStatus, set up your monitors, and get an API key.
- Set up a config file in your repository. The default path is
config.openstatus.yaml. The config file should contain the following fields:
tests:
ids:
- 2258- Add the OpenStatus Synthetics CI GitHub Action to your repository.
- name: Run OpenStatus Synthetics CI
uses: openstatushq/openstatus-github-action@v1
with:
api_key: ${{ secrets.OPENSTATUS_API_KEY }}
Required The OpenStatus API key.
the path of the config file. Default config.openstatus.yaml.
OpenStatus Synthetics CI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.