Skip to content

Commit a25f127

Browse files
authored
feat(announce): show changes in discord
1 parent 44527de commit a25f127

File tree

1 file changed

+21
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)