Skip to content

Commit c0e4bc7

Browse files
committed
Added discord webhook
1 parent 16d5c90 commit c0e4bc7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,14 @@ jobs:
2626
branch: main
2727
commit_message: Update CHANGELOG
2828
file_pattern: CHANGELOG.md
29+
30+
- name: Post release to Discord
31+
uses: SethCohen/github-releases-to-discord@v1.13.1
32+
with:
33+
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
34+
color: "16753920"
35+
username: "kilobyte-bot"
36+
avatar_url: "https://avatars.githubusercontent.com/u/98578253?s=200&v=4"
37+
content: "@here A new release has been published! :rocket:"
38+
footer_title: ${{ github.event.release.name }}
39+
footer_timestamp: true

0 commit comments

Comments
 (0)