Skip to content

v1.26.138-rc

v1.26.138-rc #77

Workflow file for this run

name: Notifications
on:
release:
types: [published]
jobs:
github-release-to-discord:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Github Releases To Discord
uses: SethCohen/[email protected]
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
color: "2105893"
username: "GitHub Releases"
avatar_url: "https://cdn.discordapp.com/avatars/972247312782987334/139d847c8df1ad7b14f04b68fa382646.webp?size=80"