Skip to content

✨ 새 기능 : Prometheus와 Grafana 모니터링 설정을 위한 초기 구성 #7

✨ 새 기능 : Prometheus와 Grafana 모니터링 설정을 위한 초기 구성

✨ 새 기능 : Prometheus와 Grafana 모니터링 설정을 위한 초기 구성 #7

name: Discord Notifications
on:
pull_request: # pr - opened 이벤트 발생 시 discord 알림
types: [opened]
push: # push - main 브랜치에 push 이벤트 발생 시 discord 알림
branches:
- main
jobs:
discordNotification:
runs-on: ubuntu-latest
steps:
- name: Discord Github Notification
uses: Aleph-Kim/discord-github-notification@v1.2.1
with:
discord-webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }} # secret key에 저장한 discord webhook url
custom: true