chore: added github releases webhook

This commit is contained in:
2025-07-07 18:56:31 +02:00
parent b2b5716cc6
commit 4162f5e137
@@ -0,0 +1,17 @@
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.WEBHOOK_URL }}
color: '9936031'
footer_title: 'Changelog - GeneraTOR'
footer_timestamp: true