This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
15.0.0 #124
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |