Skip to content

Cronitor Monitoring Relay #5

Cronitor Monitoring Relay

Cronitor Monitoring Relay #5

Workflow file for this run

name: Cronitor Monitoring Relay
on:
workflow_run:
workflows: ['*']
types: [requested,completed]
jobs:
send-telemetry:
runs-on: ubuntu-latest
name: Send Telemetry
steps:
- name: Send execution details to the Cronitor for Github Actions agent
uses: cronitorio/monitor-github-actions@v7
with:
event: ${{ toJSON(github.event) }}
github_token: ${{ secrets.GITHUB_TOKEN }}
cronitor_key: ${{ secrets.CRONITOR_API_KEY }}
cronitor_group: actions
cronitor_notify: default