We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51da1e commit 9c3851dCopy full SHA for 9c3851d
.github/workflows/main.yml
@@ -27,3 +27,11 @@ jobs:
27
ACCESS_TOKEN: ${{ secrets.access_token }}
28
ACCESS_TOKEN_SECRET: ${{ secrets.access_token_secret }}
29
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