Skip to content

Commit

Permalink
Create slack-notify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet92 authored Jan 8, 2021
1 parent 10743a6 commit 994e220
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/slack-notify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Slack Notify

on: push
name: Slack Notification
jobs:
slackNotification:
name: Slack Notification
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Slack Notify
uses: rtCamp/action-slack-notify@v2.1.2
env:
SLACK_CHANNEL: -sw
SLACK_USERNAME: LogGatherer-notify-bot
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 994e220

Please sign in to comment.