Skip to content

API Alerts - GitHub Action Notify

Actions

About

Get notifications to your device during your CI/CD pipelines from GitHub Actions
v2
Latest
Star (2)

GitHub Actions Integration

Simple integration with the API Alerts platform to send a notification to your device during a GitHub action pipeline.

Inputs

api_key

Required API Key of the workspace to notify.

Get your workspace API Key from the Workspaces page in the mobile app.

message

Required The notification message to be sent to your devices

channel

Optional Workspace channel to send the event to. Defaults to the default channel if not supplied

tags

Optional Comma separated list of tags to attach to the event.

link

Optional Link to attach to the event

Example usage

Minimal usage

- name: API Alerts Notify
  uses: apialerts/notify-action@v1
  with:
    api_key: ${{ secrets.API_ALERTS_KEY }}
    message: 'Production website deployed'

Full usage

- name: API Alerts Notify
  uses: apialerts/notify-action@v1
  with:
    api_key: ${{ secrets.API_ALERTS_KEY }}
    channel: 'integration'
    message: 'Production website deployed'
    tags: 'Deploy,Production,Web,CI/CD'
    link: 'https://apialerts.com'

Tip: Create a new GitHub action secret in your repository with the name API_ALERTS_KEY to secure your workspace key.

API Alerts - GitHub Action Notify 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.

About

Get notifications to your device during your CI/CD pipelines from GitHub Actions
v2
Latest

API Alerts - GitHub Action Notify 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.