Skip to content

πŸ’š CI λΉŒλ“œ μˆ˜μ • : λΉŒλ“œ 및 배포 μžλ™ν™” μ›Œν¬ν”Œλ‘œ μˆ˜μ • #18

πŸ’š CI λΉŒλ“œ μˆ˜μ • : λΉŒλ“œ 및 배포 μžλ™ν™” μ›Œν¬ν”Œλ‘œ μˆ˜μ •

πŸ’š CI λΉŒλ“œ μˆ˜μ • : λΉŒλ“œ 및 배포 μžλ™ν™” μ›Œν¬ν”Œλ‘œ μˆ˜μ • #18

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