mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Adding releases to be sent to discord (#291)
Uses: https://github.com/marketplace/actions/discord-styled-releases-patch-notes
This commit is contained in:
parent
4f29cf7cc7
commit
d261449275
17
.github/workflows/discord-release-msg.yml
vendored
Normal file
17
.github/workflows/discord-release-msg.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Release messages to discord announcement channel
|
||||||
|
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types:
|
||||||
|
- created
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
run_main:
|
||||||
|
runs-on: ubuntu-18.04
|
||||||
|
name: Sends custom message
|
||||||
|
steps:
|
||||||
|
- name: Sending message
|
||||||
|
uses: nhevia/discord-styled-releases@main
|
||||||
|
with:
|
||||||
|
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
|
||||||
|
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user