Skip to content

Commit

Permalink
Add Slack notifications (#31)
Browse files Browse the repository at this point in the history
* Add Slack notifications

* Update version
  • Loading branch information
hamermike authored Aug 20, 2021
1 parent 6573f99 commit 9eccc9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ jobs:
USER_NUMBER: ${{ secrets.USER_NUMBER }}
BASE_CALLBACK_URL: ${{ secrets.BASE_CALLBACK_URL }}
run: dotnet test Bandwidth.StandardTests
- uses: Bandwidth/[email protected]
if: always()
with:
job-status: ${{ job.status }}
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
slack-channel: ${{ secrets.SLACK_CHANNEL }}

0 comments on commit 9eccc9f

Please sign in to comment.