Skip to content

Workflow file for this run

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.13.1
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
color: "2105893"
username: "New ${{ github.event.repository.name }} Release"
avatar_url: "https://cdn.discordapp.com/avatars/132615446888316928/004b1643a02020496f96b7c0770299d8.png"
footer_title: "Changelog"
footer_timestamp: true