Skip to content

Commit

Permalink
Create discord-release-msg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
polymo1 committed Aug 5, 2023
1 parent 4ad482a commit 8eb943e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/discord-release-msg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

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 8eb943e

Please sign in to comment.