Skip to content

Commit

Permalink
Create discord-release-msg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PixelatedVolume committed Nov 29, 2021
1 parent ff126bc commit 4631c0c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/discord-release-msg.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 4631c0c

Please sign in to comment.