mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 03:56:55 +01:00
Add Github Actions CI integration with Slack
This commit is contained in:
parent
a89e500417
commit
690608b155
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -49,4 +49,14 @@ jobs:
|
|||||||
SCHEME: ${{ matrix.run-config['scheme'] }}
|
SCHEME: ${{ matrix.run-config['scheme'] }}
|
||||||
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…
x
Reference in New Issue
Block a user