Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

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 d27f407 commit b869538
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: 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 }}

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: 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 }}

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: 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 }}

0 comments on commit b869538

Please sign in to comment.