Skip to content

Commit

Permalink
chore: Notify of CI failures in Slack
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Feb 4, 2021
1 parent dfeea5e commit a14b456
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@ jobs:
name: Report code coverage
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: 8398a7/action-slack@44a35a96508f31f916f99ad5b68f489ae45659a2
name: Notify on Slack
if: ${{ failure() }}
with:
status: ${{ job.status }}
author_name: Continuous Integration
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit a14b456

Please sign in to comment.