Skip to content

πŸ’š CI λΉŒλ“œ μˆ˜μ • : PR 생성 μ‹œ CI μžλ™ μ‹€ν–‰ 버그 해결에 κ΄€ν•œ μ„€μ • λ‚΄μš© μΆ”κ°€ μˆ˜μ • #11

πŸ’š CI λΉŒλ“œ μˆ˜μ • : PR 생성 μ‹œ CI μžλ™ μ‹€ν–‰ 버그 해결에 κ΄€ν•œ μ„€μ • λ‚΄μš© μΆ”κ°€ μˆ˜μ •

πŸ’š CI λΉŒλ“œ μˆ˜μ • : PR 생성 μ‹œ CI μžλ™ μ‹€ν–‰ 버그 해결에 κ΄€ν•œ μ„€μ • λ‚΄μš© μΆ”κ°€ μˆ˜μ • #11

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