Skip to content

Commit

Permalink
und - Remove Discord webhook as it's no longer maintained
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Jan 7, 2024
1 parent e49cb29 commit c9e1e9e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 84 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build-linux-rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

14 changes: 0 additions & 14 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,4 @@ jobs:
with:
name: bb-build
path: "BassBoom.Desktop/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 }}

14 changes: 0 additions & 14 deletions .github/workflows/build-macos-rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

14 changes: 0 additions & 14 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,4 @@ jobs:
with:
name: bb-build
path: "BassBoom.Desktop/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 }}

14 changes: 0 additions & 14 deletions .github/workflows/build-win-rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

14 changes: 0 additions & 14 deletions .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,4 @@ jobs:
with:
name: bb-build
path: "BassBoom.Desktop/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 }}

0 comments on commit c9e1e9e

Please sign in to comment.