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 5bcf504 commit 39c2dc6
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 @@ -26,18 +26,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 @@ -31,18 +31,4 @@ jobs:
with:
name: txt-build
path: "Nettify/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 @@ -26,18 +26,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 @@ -31,18 +31,4 @@ jobs:
with:
name: txt-build
path: "Nettify/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 @@ -26,18 +26,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 @@ -31,18 +31,4 @@ jobs:
with:
name: txt-build
path: "Nettify/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 39c2dc6

Please sign in to comment.