Skip to content

Commit

Permalink
added workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
plyght committed Jan 27, 2025
1 parent fd8da47 commit 4e4492c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/github-releases-to-discord.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
on:
release:
types: [published]

jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: GitHub Releases To Discord
uses: SethCohen/github-releases-to-discord@v1
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
color: "2105893"
username: "Release Changelog"
avatar_url: "https://example.com/avatar.png"
content: "||@everyone||"
footer_title: "Release Notification"
footer_icon_url: "https://example.com/footer-icon.png"
footer_timestamp: true
max_description: '4096'
reduce_headings: true

0 comments on commit 4e4492c

Please sign in to comment.