Skip to content

Update README.md

Update README.md #67

Workflow file for this run

name: Discord Notifications
on:
pull_request: # pr - opened, reopened 이벤트 발생 시 discord 알림
types: [opened, reopened]
jobs:
discordNotification:
runs-on: ubuntu-latest
steps:
- name: Discord Github Notification
uses: Aleph-Kim/[email protected]
with:
discord-webhook-url: ${{ secrets.SPRINGBOT_WEBHOOK }} # secret key에 저장한 discord webhook url
language: "korean" # 필수 X
custom: true # 필수 X