From 273be19702f1f6ef1140901a082be4c6edbe554e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 2 Apr 2021 11:58:47 +0200 Subject: [PATCH] :wrench: Update Discord bot --- .github/workflows/linux-release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/linux-release.yml b/.github/workflows/linux-release.yml index 0d14222c..4cede531 100644 --- a/.github/workflows/linux-release.yml +++ b/.github/workflows/linux-release.yml @@ -49,3 +49,10 @@ jobs: asset_path: ./gwion-linux.tar.gz asset_name: gwion-linux.tar.gz asset_content_type: application/gzip + + - name: send message + uses: appleboy/discord-action@master + with: + webhook_id: ${{ secrets.WEBHOOK_ID }} + webhook_token: ${{ secrets.WEBHOOK_TOKEN }} + message: !gwion update -- 2.43.0