Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MTES-MCT/updownio-action

Fetch updown.io checks from API and report results as JSON.
https://github.com/MTES-MCT/updownio-action

Last synced: 25 days ago
JSON representation

Fetch updown.io checks from API and report results as JSON.

Awesome Lists containing this project

README

        

# updownio-action

[![units-test](https://github.com/MTES-MCT/updownio-action/actions/workflows/test.yml/badge.svg)](https://github.com/MTES-MCT/updownio-action/actions/workflows/test.yml)

Github action that fetches updown.io checks from API and report results as JSON.

## Usage

First, you need to store your updown.io read-only api key in repo secrets as `UPDOWNIO_API_KEY`.

```yaml
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: "MTES-MCT/updownio-action@main"
with:
apiKey: ${{ secrets.UPDOWNIO_API_KEY }}
url: http://www.dossierfacile.fr
output: updownio.json
```