Skip to content

Commit f90f427

Browse files
authored
Create github-releases-to-discord.yml
1 parent 9962f16 commit f90f427

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
on:
2+
release:
3+
types: [published]
4+
5+
jobs:
6+
github-releases-to-discord:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Checkout
10+
uses: actions/checkout@v3
11+
- name: Github Releases To Discord
12+
uses: SethCohen/github-releases-to-discord@v1.13.1
13+
with:
14+
webhook_url: ${{ secrets.WEBHOOK_URL }}
15+
color: "2105893"
16+
username: "Release Changelog"
17+
avatar_url: "https://cdn.discordapp.com/icons/816637840644505620/0b14718532d855c452903851b4f0c9a2.png"
18+
content: "||@everyone||"
19+
footer_title: "Changelog"
20+
footer_icon_url: "https://cdn.discordapp.com/icons/816637840644505620/0b14718532d855c452903851b4f0c9a2.png"
21+
footer_timestamp: true
22+

0 commit comments

Comments
 (0)