summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/notify-discord.yml
blob: d12cc7d733dfcab837ab9fd30c56c246e631a27b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: discord

on:
  release:
    types: [published] # fires only when a release is published

jobs:
  notify:
    runs-on: blacksmith-4vcpu-ubuntu-2404
    steps:
      - name: Send nicely-formatted embed to Discord
        uses: SethCohen/github-releases-to-discord@v1
        with:
          webhook_url: ${{ secrets.DISCORD_WEBHOOK }}