47 [BE | Cloud] 백엔드 모듈의 클라우드 환경 작동을 위한 도커 파일 검증 #28
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |