Skip to content

Commit 5d8cf93

Browse files
committed
github actions: integrate slack
1 parent 346a427 commit 5d8cf93

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/default.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,15 @@ jobs:
110110
mvn -B versions:set "-DnewVersion=$NEXT_SNAPSHOT_VERSION" versions:commit
111111
git commit -am "[skip ci] set development version $NEXT_SNAPSHOT_VERSION"
112112
git push origin HEAD:master
113+
114+
115+
notify-slack:
116+
needs: build-and-test
117+
runs-on: ubuntu-latest
118+
steps:
119+
- name: Notify Slack
120+
uses: iRoachie/[email protected]
121+
env:
122+
SLACK_WEBHOOK_URL: ${{ vars.LP_SLACK_WEBHOOK_URL }}
123+
with:
124+
status: ${{ job.status }}

0 commit comments

Comments
 (0)