-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
28 lines (28 loc) · 926 Bytes
/
action.yml
File metadata and controls
28 lines (28 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: Cronitor for Github Actions
description: Automatic monitoring for Github Actions
inputs:
event:
description: The latest workflow run event (forwarded from github.event)
required: true
cronitor_key:
description: Cronitor API key used to sync monitor details and send telemetry
required: true
github_token:
description: Github Token is needed to relay logs to Cronitor
required: false
cronitor_group:
description: Optionally add this workflow monitor to a Cronitor group
required: false
cronitor_notify:
description: Optionally specify a notification list or channel for alerts from this monitor
required: false
key_format:
description: 'Monitor key format: "slugified" (default, gh-workflow-name) or "guid" (repo-id-workflow-id)'
required: false
default: 'slugified'
branding:
icon: 'activity'
color: 'white'
runs:
using: node16
main: dist/index.js