Skip to content

Commit

Permalink
chore: add discord release action
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk committed Nov 18, 2024
1 parent 316fedc commit 9c2ff45
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/discord-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Post Release To Discord

on:
release:
types: [published]

jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4

- name: 📧 Post to Discord
uses: SethCohen/[email protected]
with:
webhook_url: ${{ secrets.DISCORD_RELEASE_WEBHOOK_URL }}
color: '2105893'
username: 'GitHub'
avatar_url: 'https://libro.difizen.net/libro.svg'

0 comments on commit 9c2ff45

Please sign in to comment.