Skip to content

BE Kakao Chat CI

BE Kakao Chat CI #6

Workflow file for this run

name: BE CI
on:
workflow_dispatch:
push:
branches:
- main
- develop
jobs:
build-and-notify:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Send KakaoTalk notification
uses: Alfex4936/kakaotalk-ci-action@main
# if: failure()
with:
kakao_access_token: ${{ secrets.KAKAO_ACCESS_TOKEN }}
function_name: send_to_me_custom
template_id: "97232"
template_args: '{"title": "BE push", "desc": "ํ™•์ธํ•ด์ฃผ์„ธ์š”!"}'