Add Github Actions CI integration with Slack
This commit is contained in:
parent
a89e500417
commit
690608b155
|
@ -50,3 +50,13 @@ jobs:
|
||||||
DESTINATION: ${{ matrix.run-config['destination'] }}
|
DESTINATION: ${{ matrix.run-config['destination'] }}
|
||||||
|
|
||||||
run: buildscripts/ci-build.sh
|
run: buildscripts/ci-build.sh
|
||||||
|
|
||||||
|
- name: Notify Slack
|
||||||
|
uses: 8398a7/action-slack@v2.4.2
|
||||||
|
with:
|
||||||
|
status: ${{ job.status }}
|
||||||
|
author_name: GitHub Actions CI
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||||
|
if: always()
|
Loading…
Reference in New Issue