Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 887 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 887 Bytes

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