Skip to content

Commit d194f87

Browse files
committed
Add discord announcements for new releases
1 parent 3c03390 commit d194f87

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/announce.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Announce Releases
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
github-releases-to-discord:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout
12+
uses: actions/checkout@v3
13+
- name: Github Releases To Discord
14+
uses: SethCohen/[email protected]
15+
with:
16+
webhook_url: ${{ secrets.WEBHOOK_URL }}
17+
username: "Release Changelog"

0 commit comments

Comments
 (0)