Skip to content
This repository has been archived by the owner on Feb 19, 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 a7ce7d7 commit 0effc52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,4 @@ jobs:
with:
name: grilo-build
path: "working/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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,4 @@ jobs:
with:
name: grilo-build
path: "working/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 0effc52

Please sign in to comment.