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 ef4dc42 commit aaf6608
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,13 @@ jobs:
python setup.py bdist_wheel
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
- 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 aaf6608

Please sign in to comment.