Skip to content

Commit 0dc8a5b

Browse files
committed
Add Slack Integration For GH Action
Remove Travis CI
1 parent e46610d commit 0dc8a5b

File tree

2 files changed

+13
-25
lines changed

2 files changed

+13
-25
lines changed

Diff for: .github/workflows/slack-notify.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on: push
2+
name: Slack Notification
3+
jobs:
4+
slackNotification:
5+
name: Slack Notification
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: 8398a7/action-slack@v3
9+
with:
10+
status: ${{ job.status }}
11+
fields: repo,message,commit,author,action,eventName,ref,workflow
12+
env:
13+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

Diff for: .travis.yml

-25
This file was deleted.

0 commit comments

Comments
 (0)