Skip to content

Commit

Permalink
add slack notification hook
Browse files Browse the repository at this point in the history
  • Loading branch information
moutons committed May 10, 2022
1 parent 903ed22 commit aa48bd9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/slack-notification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on: push
name: Slack Notification Demo
jobs:
slackNotification:
name: Slack Notification Demo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Slack Notification Demo
uses: bryannice/[email protected]
env:
SLACK_CHANNEL: 'build-info'
SLACK_INCOMING_WEBHOOK: ${{ secrets.SLACK_INCOMING_WEBHOOK }}
SLACK_MESSAGE: 'Demo''ing the Slack Notification'
SLACK_TITLE: 'tirefi.re GitHub Actions'
SLACK_USERNAME: 'tirefire-githubactions'

0 comments on commit aa48bd9

Please sign in to comment.