Skip to content

Commit

Permalink
anouncing releases automatically in discord
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Oct 12, 2023
1 parent 667cc43 commit ed19088
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/discord-release-announcement.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
with:
webhook_url: ${{ secrets.DISCORD_ANNOUNCEMENTS_WEBHOOK_URL }}
color: "2493280"
username: "Sequent Tech"
avatar_url: "https://cdn.discordapp.com/icons/1006401206782001273/99de6aec751f4714d85b3f683fe71e3e.webp?size=240"
content: "||@everyone||"
footer_title: "Release Notes"
footer_icon_url: "https://cdn.discordapp.com/icons/1006401206782001273/99de6aec751f4714d85b3f683fe71e3e.webp?size=240"
footer_timestamp: true

0 comments on commit ed19088

Please sign in to comment.