From a8bdec66f5e7cd8b67efe98b8b584cdc8ea3dcbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Grof=20=E2=94=82=20Dev?= <147989511+jx-grxf@users.noreply.github.com> Date: Wed, 29 Apr 2026 18:58:23 +0200 Subject: [PATCH] ci(config): add discord notifications --- .github/workflows/discord-notify.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/discord-notify.yml b/.github/workflows/discord-notify.yml index a667b52..04607da 100644 --- a/.github/workflows/discord-notify.yml +++ b/.github/workflows/discord-notify.yml @@ -21,6 +21,13 @@ on: - reopened - ready_for_review workflow_run: + workflows: + - CI + - Build + - Test + - Tests + - Release + - Publish types: - completed @@ -36,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Build and send Discord embed - uses: actions/github-script@v8 + uses: actions/github-script@v7 env: DISCORD_ACTIVITY_WEBHOOK: ${{ secrets.DISCORD_ACTIVITY_WEBHOOK }} DISCORD_BUILDS_WEBHOOK: ${{ secrets.DISCORD_BUILDS_WEBHOOK }}