From a0daeee3a123428d4cb2ec7fcd393496b2e2f4a5 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sun, 29 Sep 2024 11:30:28 +0200 Subject: [PATCH] [AB-xxx] removing discord webhook due to deprecated github action --- .github/workflows/build.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 172a2e52e..6836a0116 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,15 +37,4 @@ jobs: - name: Build ui application working-directory: ./ui/experience-tracking run: npm run build - - uses: actions/setup-ruby@v1 - - name: Send Webhook Notification - if: always() - env: - JOB_STATUS: ${{ job.status }} - WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }} - HOOK_OS_NAME: ${{ runner.os }} - WORKFLOW_NAME: ${{ github.workflow }} - run: | - git clone https://github.com/DiscordHooks/github-actions-discord-webhook.git webhook - bash webhook/send.sh $JOB_STATUS $WEBHOOK_URL - shell: bash +