Skip to content

Commit

Permalink
Added discord webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbilling committed Dec 10, 2023
1 parent ef47b2e commit 5805a76
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,14 @@ jobs:
branch: main
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md

- name: Post release to Discord
uses: SethCohen/[email protected]
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
color: "16753920"
username: "kilobyte-bot"
avatar_url: "https://avatars.githubusercontent.com/u/98578253?s=200&v=4"
content: "@here A new release has been published! :rocket:"
footer_title: ${{ github.event.release.name }}
footer_timestamp: true

0 comments on commit 5805a76

Please sign in to comment.