Skip to content

Commit

Permalink
github: add better discord webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylensky committed Jan 30, 2025
1 parent 3c8ffc6 commit d14dc4e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,15 @@ jobs:
--generate-notes
gh release upload $tag_name \
esp32_wireless_control/firmware/.pio/build/ogstartracker_release/ogstartracker*.bin
- name: Github Releases To Discord
if: ${{ success() }}
uses: SethCohen/github-releases-to-discord@v1
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
color: "2105893"
username: "Build Changelog"
footer_title: "Changelog"
footer_timestamp: true
max_description: '4096'
reduce_headings: true

0 comments on commit d14dc4e

Please sign in to comment.