Skip to content

Commit 9c3851d

Browse files
committed
trying rtCamp/action-slack-notify for build action notifications
1 parent a51da1e commit 9c3851d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,11 @@ jobs:
2727
ACCESS_TOKEN: ${{ secrets.access_token }}
2828
ACCESS_TOKEN_SECRET: ${{ secrets.access_token_secret }}
2929
run: python setup.py test
30+
31+
- name: Slack Notification
32+
uses: rtCamp/action-slack-notify@v2
33+
env:
34+
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
35+
SLACK_CHANNEL: development
36+
SLACK_USERNAME: docnow-build
37+
SLACK_ICON_EMOJI: :test-tube:

0 commit comments

Comments
 (0)