chore(ci): re-enable Discord notification

This commit is contained in:
Jagandeep Brar
2022-04-01 20:04:55 -04:00
parent 6b8220739c
commit a3dae1a0df

View File

@@ -348,3 +348,17 @@ jobs:
AWS_REGION: ${{ secrets.S3_REGION }}
SOURCE_DIR: ${{ github.workspace }}/output
DEST_DIR: ${{ inputs.build_title }}
- name: Send Discord Message
uses: sarisia/actions-status-discord@v1
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
username: LunaSea Support
avatar_url: https://raw.githubusercontent.com/JagandeepBrar/LunaSea/master/assets/icon/icon.png
noprefix: true
color: 0x4ECCA3
title: '`[${{ inputs.build_flavor }}]` New Build Available'
description: |
${{ inputs.build_title }}
[Download](https://builds.lunasea.app/#${{ inputs.build_title }})