Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

15.0.0

15.0.0 #124

name: 'Slack production promotion'
on:
release:
types: [published]
jobs:
barista-public-notification:
runs-on: ubuntu-latest
steps:
- uses: 8398a7/action-slack@v2.7.0
with:
status: custom
author_name: FriendlyReminderBot
payload: |
{ text: "Please check the Barista public deployment on https://zeit.co/dynatrace-oss/barista and promote the new release to production if everything works!" }
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_TEAM_CHANNEL }}