Skip to content

Commit

Permalink
fix: discord 실패 알림 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed May 31, 2024
1 parent e0afc8d commit fdef3ae
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/showPot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,14 @@ jobs:
content: "<@1084774841460215839> <@281597829636423682> ShoPot 이슈 혹은 PR을 확인해주세요!"
color: 00FF00
username: showPot-Bot
avatar_url: ${{ secrets.DISCORD_AVATAR_URL }}
avatar_url: ${{ secrets.DISCORD_NOTIFICATION_SUCCESS_AVATAR_URL }}

- name: Backend CI Discord Notification
uses: sarisia/actions-status-discord@v1
if: failure()
with:
title: ❗️Backend CI failed ❗️
webhook: ${{ secrets.DISCORD_WEBHOOK }}
color: FF0000
username: showPot-Bot
avatar_url: ${{ secrets.DISCORD_NOTIFICATION_FAILED_AVATAR_URL }}

0 comments on commit fdef3ae

Please sign in to comment.