Skip to content

openstatusHQ/openstatus-github-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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