Skip to content

Commit 88e6422

Browse files
author
Q
committed
ci(.github/workflows/lark_ci_cd_notification.yml): add lark notification
1 parent bcee8aa commit 88e6422

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on: push
2+
name: Lark CI/CD Notification
3+
jobs:
4+
larkNotification:
5+
name: Lark CI/CD Notification
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Checkout
9+
uses: actions/checkout@v4
10+
- name: Lark Notification
11+
uses: drayeasy/action-lark-notify@main
12+
env:
13+
LARK_WEBHOOK: ${{ secrets.CS_DEVOPS_CICD_WEBHOOK }}
14+
LARK_SECRET: ${{ secrets.CS_DEVOPS_CICD_SIGNKEY }}
15+
LARK_MESSAGE_TITLE: 'New Commit Notification'

0 commit comments

Comments
 (0)