chore(workflows): added release discord webhook notification

This commit is contained in:
2024-04-15 15:13:22 +02:00
parent 5750490f01
commit 8e4ae64cd3
@@ -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: "2105893"
footer_title: "Changelog - Stacjownik"
footer_timestamp: true