1.20.4b5 #102
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: push | |
name: Createch Notification System | |
jobs: | |
notification: | |
name: IM Notification | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Notify to IM | |
uses: echoings/[email protected] | |
with: | |
plat_type: 'Lark' | |
notify_title: '项目更新' | |
notify_message: '请点击下方链接查看详细' | |
env: | |
NOTIFY_WEBHOOK: ${{ secrets.NOTIFY_WEBHOOK }} | |
NOTIFY_SIGNKEY: ${{ secrets.NOTIFY_SIGNKEY }} | |
# for Lark use | |
LARK_APP_ID: ${{ secrets.LARK_APP_ID }} | |
LARK_APP_SECRECT: ${{ secrets.LARK_APP_SECRECT }} |