From 2d8c821f89c770b3d20ffd48449b056807289d9a Mon Sep 17 00:00:00 2001 From: Brett Date: Sun, 4 Feb 2024 09:08:06 +0000 Subject: [PATCH] Actually add discord webhook --- .github/workflows/discord.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/discord.yaml b/.github/workflows/discord.yaml index 122bf75..efa3f23 100644 --- a/.github/workflows/discord.yaml +++ b/.github/workflows/discord.yaml @@ -1,2 +1,14 @@ -name: Github Releases To Discord -uses: SethCohen/github-releases-to-discord@v1.15.0 +on: + release: + types: [published] + +jobs: + github-releases-to-discord: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Github Releases To Discord + uses: SethCohen/github-releases-to-discord@v1.13.1 + with: + webhook_url: ${{ secrets.DISCORD_WEBHOOK }} \ No newline at end of file