Skip to content

Commit a191427

Browse files
authored
Update release.yml
1 parent 963b920 commit a191427

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: .github/workflows/release.yml

+16
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,19 @@ jobs:
5656
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
5757
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
5858
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
59+
60+
slack-workflow-status:
61+
if: always()
62+
name: Post Workflow Status To Slack
63+
needs: [ build ]
64+
runs-on: ubuntu-latest
65+
steps:
66+
- name: Slack Workflow Notification
67+
uses: Gamesight/slack-workflow-status@master
68+
with:
69+
# Required Input
70+
repo_token: ${{secrets.GITHUB_TOKEN}}
71+
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}
72+
# Optional Input
73+
name: 'Github Actions[bot]'
74+
icon_url: 'https://octodex.github.com/images/mona-the-rivetertocat.png'

0 commit comments

Comments
 (0)