Skip to content

Commit

Permalink
Add Slack Integration For GH Action
Browse files Browse the repository at this point in the history
Remove Travis CI
  • Loading branch information
dduan committed Nov 27, 2020
1 parent e46610d commit 0dc8a5b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 25 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/slack-notify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on: push
name: Slack Notification
jobs:
slackNotification:
name: Slack Notification
runs-on: ubuntu-latest
steps:
- uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

0 comments on commit 0dc8a5b

Please sign in to comment.