Skip to content

Deployment notifications to Slack #1605

Deployment notifications to Slack

Deployment notifications to Slack #1605

name: Deployment notifications to Slack
on:
deployment_status
jobs:
deployment_status_notifications_to_slack:
runs-on: ubuntu-latest
steps:
- name: Deployment Status Notifications to Slack
uses: citizenos/github-action-deployment-status-notifier-slack@671a684515381a6da981c3c33313fd71f37e31bc
with:
slack-incoming-webhook-url: ${{secrets.SLACK_INCOMING_WEBHOOK_URL}}