Skip to content

47 [BE | Cloud] 백엔드 모듈의 클라우드 환경 작동을 위한 도커 파일 검증 #28

47 [BE | Cloud] 백엔드 모듈의 클라우드 환경 작동을 위한 도커 파일 검증

47 [BE | Cloud] 백엔드 모듈의 클라우드 환경 작동을 위한 도커 파일 검증 #28

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