Skip to content

Commit 1edbc6a

Browse files
committed
chore(github): add build stage slack message
1 parent 2b440b8 commit 1edbc6a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-stage.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ jobs:
3737
- name: Local Test
3838
if: ${{ always() }}
3939
run: npm run lh
40+
41+
- name: Slack Notification
42+
uses: rtCamp/action-slack-notify@v2
43+
env:
44+
SLACK_CHANNEL: github-builds
45+
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)