Skip to content

Commit

Permalink
github actions: integrate slack
Browse files Browse the repository at this point in the history
  • Loading branch information
weickmanna committed Feb 7, 2025
1 parent 346a427 commit 5d8cf93
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,15 @@ jobs:
mvn -B versions:set "-DnewVersion=$NEXT_SNAPSHOT_VERSION" versions:commit
git commit -am "[skip ci] set development version $NEXT_SNAPSHOT_VERSION"
git push origin HEAD:master
notify-slack:
needs: build-and-test
runs-on: ubuntu-latest
steps:
- name: Notify Slack
uses: iRoachie/slack-github-actions@v2.3.2
env:
SLACK_WEBHOOK_URL: ${{ vars.LP_SLACK_WEBHOOK_URL }}
with:
status: ${{ job.status }}

0 comments on commit 5d8cf93

Please sign in to comment.