Skip to content

OpenStatus Synthetics CI

Actions
Run your OpenStatus synthetics checks as part of your GitHub Actions workflow
v1
Latest
Verified creator
Star (2)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

OpenStatus Synthetics CI

This repository contains the GitHub Action that powers the OpenStatus Synthetics CI.

Requirements

  1. Create an account on OpenStatus, set up your monitors, and get an API key.
  2. 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
  1. 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 }}

Inputs

api_key

Required The OpenStatus API key.

config_path

the path of the config file. Default config.openstatus.yaml.

Example usage

https://github.com/openstatusHQ/github-action-tester

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.

About

Run your OpenStatus synthetics checks as part of your GitHub Actions workflow
v1
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

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.