From f87529a58cf1d6e7fca1bbc53eb3623c191bbe59 Mon Sep 17 00:00:00 2001 From: Guilherme Oenning Date: Wed, 29 Jan 2025 08:37:11 +0000 Subject: [PATCH] Create discord.yml --- .github/workflows/discord.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/discord.yml diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml new file mode 100644 index 0000000..fb0c411 --- /dev/null +++ b/.github/workflows/discord.yml @@ -0,0 +1,12 @@ +on: + release: + types: [published] + +jobs: + github-releases-to-discord: + runs-on: ubuntu-latest + steps: + - name: Notify Discord + uses: SethCohen/github-releases-to-discord@v1 + with: + webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}