We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9632f15 commit 963b920Copy full SHA for 963b920
.github/workflows/build.yml
@@ -77,3 +77,19 @@ jobs:
77
if: always()
78
with:
79
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