Skip to content

v1.2.2 Release Note

v1.2.2 Release Note #4

Workflow file for this run

name: Github Releases To Discord
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.DISCORD_BOT_WEBHOOK }}
color: "2105893"
username: "Release Changelog"
avatar_url: "https://raw.githubusercontent.com/EMI-Group/evox/refs/heads/main/docs/source/_static/evox_logo.png"
content: "||@everyone||"
footer_title: "Changelog"
footer_icon_url: "https://raw.githubusercontent.com/EMI-Group/evox/refs/heads/main/docs/source/_static/evox_logo.png"
footer_timestamp: true
max_description: '4096'
reduce_headings: true