From d9eaf159ae83230d89ae51f0d62e68281707593a Mon Sep 17 00:00:00 2001 From: Aptivi CEO Date: Sun, 7 Jan 2024 09:30:01 +0300 Subject: [PATCH] und - Remove Discord webhook as it's no longer maintained --- .github/workflows/build-linux-rel.yml | 14 -------------- .github/workflows/build-linux.yml | 14 -------------- .github/workflows/build-macos-rel.yml | 14 -------------- .github/workflows/build-macos.yml | 14 -------------- .github/workflows/build-win-rel.yml | 14 -------------- .github/workflows/build-win.yml | 14 -------------- 6 files changed, 84 deletions(-) diff --git a/.github/workflows/build-linux-rel.yml b/.github/workflows/build-linux-rel.yml index ab40692..87c399a 100644 --- a/.github/workflows/build-linux-rel.yml +++ b/.github/workflows/build-linux-rel.yml @@ -25,18 +25,4 @@ jobs: run: dotnet build --configuration Release - name: Testing run: dotnet test --no-build --configuration Release - - notify: - - runs-on: ubuntu-latest - needs: - - build - if: ${{ always() }} - - steps: - - name: Notify - uses: nobrayner/discord-webhook@v1 - with: - github-token: ${{ secrets.G_TOKEN }} - discord-webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 542657c..11b25ee 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -30,18 +30,4 @@ jobs: with: name: vc-build path: "VisualCard/bin/Debug/" - - notify: - - runs-on: ubuntu-latest - needs: - - build - if: ${{ always() }} - - steps: - - name: Notify - uses: nobrayner/discord-webhook@v1 - with: - github-token: ${{ secrets.G_TOKEN }} - discord-webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/build-macos-rel.yml b/.github/workflows/build-macos-rel.yml index 616df09..4c5111a 100644 --- a/.github/workflows/build-macos-rel.yml +++ b/.github/workflows/build-macos-rel.yml @@ -25,18 +25,4 @@ jobs: run: dotnet build --configuration Release - name: Testing run: dotnet test --no-build --configuration Release - - notify: - - runs-on: ubuntu-latest - needs: - - build - if: ${{ always() }} - - steps: - - name: Notify - uses: nobrayner/discord-webhook@v1 - with: - github-token: ${{ secrets.G_TOKEN }} - discord-webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index b528259..ef62266 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -30,18 +30,4 @@ jobs: with: name: vc-build path: "VisualCard/bin/Debug/" - - notify: - - runs-on: ubuntu-latest - needs: - - build - if: ${{ always() }} - - steps: - - name: Notify - uses: nobrayner/discord-webhook@v1 - with: - github-token: ${{ secrets.G_TOKEN }} - discord-webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/build-win-rel.yml b/.github/workflows/build-win-rel.yml index e5e861f..fad4ee3 100644 --- a/.github/workflows/build-win-rel.yml +++ b/.github/workflows/build-win-rel.yml @@ -25,18 +25,4 @@ jobs: run: dotnet build --configuration Release - name: Testing run: dotnet test --no-build --configuration Release - - notify: - - runs-on: ubuntu-latest - needs: - - build - if: ${{ always() }} - - steps: - - name: Notify - uses: nobrayner/discord-webhook@v1 - with: - github-token: ${{ secrets.G_TOKEN }} - discord-webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/build-win.yml b/.github/workflows/build-win.yml index 7c9c2f8..fca8c5b 100644 --- a/.github/workflows/build-win.yml +++ b/.github/workflows/build-win.yml @@ -30,18 +30,4 @@ jobs: with: name: vc-build path: "VisualCard/bin/Debug/" - - notify: - - runs-on: ubuntu-latest - needs: - - build - if: ${{ always() }} - - steps: - - name: Notify - uses: nobrayner/discord-webhook@v1 - with: - github-token: ${{ secrets.G_TOKEN }} - discord-webhook: ${{ secrets.DISCORD_WEBHOOK }}