Skip to content

Commit

Permalink
Update discord.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbajoe committed Jun 15, 2024
1 parent da7e866 commit 14d98c7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/discord.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Discord Announcement

on:
release:
types: [published]

jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
Expand All @@ -12,9 +14,9 @@ jobs:
uses: SethCohen/[email protected]
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
color: "2105893"
color: "0x992d22"
username: "Release Changelog"
avatar_url: "https://github.com/dgate-io.png"
content: "||@everyone||"
footer_title: "Changelog"
footer_timestamp: true
footer_timestamp: true

0 comments on commit 14d98c7

Please sign in to comment.