Skip to content

๐Ÿ“– ๋ฌธ์„œ : ERD - ๋‹ค์ด์–ด๊ทธ๋žจ ์ถ”๊ฐ€ #54

๐Ÿ“– ๋ฌธ์„œ : ERD - ๋‹ค์ด์–ด๊ทธ๋žจ ์ถ”๊ฐ€

๐Ÿ“– ๋ฌธ์„œ : ERD - ๋‹ค์ด์–ด๊ทธ๋žจ ์ถ”๊ฐ€ #54

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