From b869538777ebe20cd02a72205fc7f38d5061e70e Mon Sep 17 00:00:00 2001 From: Aptivi CEO Date: Sun, 7 Jan 2024 09:29:30 +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 e5695ba..5b680fb 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -30,18 +30,4 @@ jobs: with: name: fgl-build path: "Figletize/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 f07d370..fb4612f 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -30,18 +30,4 @@ jobs: with: name: fgl-build path: "Figletize/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 527bf8c..72e6d40 100644 --- a/.github/workflows/build-win.yml +++ b/.github/workflows/build-win.yml @@ -30,18 +30,4 @@ jobs: with: name: fgl-build path: "Figletize/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 }}