Skip to content

v1.10.0

v1.10.0 #28

name: notify discord
on:
release:
types: [published]
workflow_dispatch:
jobs:
sending:
runs-on: ubuntu-latest
steps:
- name: Github Releases To Discord
uses: SethCohen/github-releases-to-discord@v1.13.1
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
color: "36511f"
username: "Spanky the ElfBot"
avatar_url: "https://github.com/spanky-the-elfbot.png"
content: "Hey <@&1119634168314343505>, got some new treetz for you!"
footer_title: "So this is what's up..."
footer_icon_url: "https://github.com/elfhosted.png"
footer_timestamp: true