Skip to content

jordan-simonovski/datadog-event-action

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐶 DataDog Events - GitHub Action

A GitHub Action that triggers DataDog Events.

Usage

- name: DataDog Event
  uses: jordan-simonovski/datadog-event-action@1.0.3
  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

Event Tags should be an array of different key/value pairs.

Example:

EVENT_TAGS: "['app:test','env:production']"