Skip to content

๐Ÿš‘ ๊ธด๊ธ‰ ์ˆ˜์ • : Repository ์ด๋ฏธ์ง€ ๋กœ์ง ์ถ”๊ฐ€๋กœ ์ธํ•œ ์—๋Ÿฌ๋ฐœ์ƒ ํ•ด๊ฒฐ #46

๐Ÿš‘ ๊ธด๊ธ‰ ์ˆ˜์ • : Repository ์ด๋ฏธ์ง€ ๋กœ์ง ์ถ”๊ฐ€๋กœ ์ธํ•œ ์—๋Ÿฌ๋ฐœ์ƒ ํ•ด๊ฒฐ

๐Ÿš‘ ๊ธด๊ธ‰ ์ˆ˜์ • : Repository ์ด๋ฏธ์ง€ ๋กœ์ง ์ถ”๊ฐ€๋กœ ์ธํ•œ ์—๋Ÿฌ๋ฐœ์ƒ ํ•ด๊ฒฐ #46

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