Skip to content

Commit 74e7e44

Browse files
committed
Add publish to discord action
1 parent e076846 commit 74e7e44

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Send to Discord
2+
3+
on:
4+
release:
5+
types: [released]
6+
7+
jobs:
8+
github-releases-to-discord:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout repo
12+
uses: actions/checkout@v4
13+
14+
- name: GitHub Releases To Discord
15+
uses: SethCohen/github-releases-to-discord@v1.16.2
16+
with:
17+
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
18+
username: "DFreds Convenient Effects - Release"
19+
content: "<@&1200173776898371635> <@&1200173086708871238>"
20+
footer_timestamp: true

0 commit comments

Comments
 (0)