Create discord.yml

This commit is contained in:
Guilherme Oenning
2025-01-29 08:37:11 +00:00
committed by GitHub
parent b1dac8634a
commit f87529a58c
+12
View File
@@ -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 }}