Skip to content

Commit

Permalink
feat(announce): show changes in discord
Browse files Browse the repository at this point in the history
  • Loading branch information
xorima committed Oct 16, 2023
1 parent 44527de commit a25f127
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/announce-discord.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
"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.13.1
with:
webhook_url: ${{ secrets.DISCORD_ANNOUNCEMENT_WEBHOOK }}
color: "2105893"
username: "GitHub"
avatar_url: "https://cdn.discordapp.com/avatars/1161539752152010772/bd191bb555f01bd4f328efe9fb4cda2f.png"
footer_title: "Changelog"
footer_icon_url: "https://cdn.discordapp.com/avatars/1161539752152010772/bd191bb555f01bd4f328efe9fb4cda2f.png"
footer_timestamp: true

0 comments on commit a25f127

Please sign in to comment.