Skip to content

Commit

Permalink
ci: publish release info on Discord (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Oct 21, 2024
1 parent 51b8705 commit 5b4730d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release-to-discord.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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.16.2
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
color: "2105893"
username: "New Release: Toolkit"
max_description: "4096"
reduce_headings: true
avatar_url: "https://raw.githubusercontent.com/zeta-chain/docs/refs/heads/main/public/img/icons/zetachain/square/white-on-green.png"

0 comments on commit 5b4730d

Please sign in to comment.