Skip to content

v0.20.1

v0.20.1 #17

Workflow file for this run

name: "Notify Discord of Riven Release"
on:
release:
types: [published]
jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Github Releases To Discord
uses: SethCohen/[email protected]
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
color: "5378091"
username: "Riven Release Changelog"
avatar_url: "https://raw.githubusercontent.com/rivenmedia/riven/main/assets/riven-light.png"
# content: "||@here||"
footer_title: "Riven (Backend) Changelog"
footer_icon_url: "https://raw.githubusercontent.com/rivenmedia/riven/main/assets/riven-light.png"
footer_timestamp: true