DataDog Event Trigger
ActionsTags
(2)A GitHub Action that triggers DataDog Events.
- name: DataDog Event
uses: jordan-simonovski/[email protected]
env:
DATADOG_API_KEY: ${{ secrets.DD_API_KEY }}
EVENT_TITLE: Build Succeeded
EVENT_TEXT: We did it! 🎉
EVENT_PRIORITY: (Can be one of normal or low. Default: normal)
EVENT_TAGS: (optional)
EVENT_ALERT_TYPE: (Can be one of error, warning, info, or success. Default: info)
Event Tags should be an array of different key/value pairs.
Example:
EVENT_TAGS: "['app:test','env:production']"
DataDog Event Trigger is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.