Honeybadger with YAML

YAML parameters for Honeybadger

Name Type Description
action Required String The ID of the action.
type Required String The type of the action. Should be set to HONEYBADGER.
environment Required String The Honeybadger environment.
integration Required String The ID of the integration.
token Required String The Honeybadger token.

YAML example for Honeybadger

yaml
actions: - action: "Honeybadger notification" type: "HONEYBADGER" trigger_time: "ON_EVERY_EXECUTION" application_name: "Sample Application" environment: "$env" token: "84d1122d" integration: "my_integration" variables: - key: "env" value: "linux"

Last modified on Mar 4, 2025