Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Add slack notification
Browse files Browse the repository at this point in the history
  • Loading branch information
deen13 committed Aug 27, 2020
1 parent 591c797 commit d3803a0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,19 @@ jobs:
uses: actions/delete-package-versions@v1
with:
package-name: "smidle-frontend"

slack-notification:
needs: [deploy]

runs-on: ubuntu-20.04

steps:
- name: Slack Notification
uses: rtCamp/action-slack-notify@master
env:
SLACK_CHANNEL: barf
SLACK_ICON: https://avatars3.githubusercontent.com/u/32634858?size=48
SLACK_MESSAGE: ${{ github.event.release.tag_name }}
SLACK_TITLE: 'Eine neues :) Release ist da! :rocket:'
SLACK_USERNAME: Geoffrey
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit d3803a0

Please sign in to comment.