Skip to content

Commit

Permalink
Update discord.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfwithSword authored Nov 4, 2024
1 parent 7c50a47 commit 485e341
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Github Releases To Discord
uses: sillyangel/releases-to-discord@v1
uses: SethCohen/github-releases-to-discord@v1
with:
webhook_url: ${{ secrets.WEBHOOK_URL_BAMBU }}
color: "2105893"
username: "Release Changelog"
avatar_url: "https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png"
content: "New Release for Bambu HomeAssistant Flows!"
footer_title: "Changelog"
footer_timestamp: true
max_description: '4096'
reduce_headings: true

0 comments on commit 485e341

Please sign in to comment.