Skip to content

Commit 963b920

Browse files
authored
Update build.yml
1 parent 9632f15 commit 963b920

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,19 @@ jobs:
7777
if: always()
7878
with:
7979
files: target/**/TEST**.xml
80+
81+
slack-workflow-status:
82+
if: always()
83+
name: Post Workflow Status To Slack
84+
needs: [ build ]
85+
runs-on: ubuntu-latest
86+
steps:
87+
- name: Slack Workflow Notification
88+
uses: Gamesight/slack-workflow-status@master
89+
with:
90+
# Required Input
91+
repo_token: ${{secrets.GITHUB_TOKEN}}
92+
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}
93+
# Optional Input
94+
name: 'Github Actions[bot]'
95+
icon_url: 'https://octodex.github.com/images/mona-the-rivetertocat.png'

0 commit comments

Comments
 (0)