Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 629 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 629 Bytes

updownio-action

units-test

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.

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