Files
aptakube/.github/workflows/discord.yml
Guilherme Oenning 5e61081d3b Update discord.yml
2025-01-29 08:39:24 +00:00

13 lines
265 B
YAML

on:
release:
types: [published]
jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
steps:
- name: Notify Discord
uses: SethCohen/github-releases-to-discord
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}