Skip to content

Commit 58d9d91

Browse files
authored
chore: add GitHub WF to push releases to Discord (#1796)
1 parent e9e0690 commit 58d9d91

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on:
2+
release:
3+
types: [published]
4+
jobs:
5+
github-releases-to-discord:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Checkout
9+
uses: actions/checkout@v3
10+
- name: Github Releases To Discord
11+
uses: SethCohen/[email protected]
12+
with:
13+
webhook_url: ${{ secrets.RELEASE_TO_DISCORD_WEBHOOK_URL }}
14+
avatar_url: 'https://cdn.discordapp.com/avatars/1297059323314176051/df91181b3f1cf0ef1592fbe18e0962d7.webp?size=160'
15+
reduce_headings: true

0 commit comments

Comments
 (0)