Skip to content

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

License

Notifications You must be signed in to change notification settings

MTES-MCT/updownio-action

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

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published