Skip to content

feat: kakao-chat-ci 적용 #10

feat: kakao-chat-ci 적용

feat: kakao-chat-ci 적용 #10

Workflow file for this run

name: BE CI
on:
push:
branches:
- main
- develop
pull_request:
types: [review_requested, opened, reopened, ready_for_review]
pull_request_review:
types: [submitted]
jobs:
build-and-notify:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Send KakaoTalk notification
uses: psychology50/kakao-chat-ci@main
with:
KAKAO_CLIENT: ${{ secrets.KAKAO_CLIENT }}
KAKAO_EMAIL: ${{ secrets.KAKAO_EMAIL }}
KAKAO_PASSWORD: ${{ secrets.KAKAO_PASSWORD }}
KAKAO_TEMPLATE_ID: 97232
KAKAO_SENDER_TEMPLATE_ID: 97280
KAKAO_REDIRECT_URL: http://localhost:3000/oauth/kakao/callback