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
1 changed files with 17 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue