Files
aptakube/.github/workflows/discord.yml
Guilherme Oenning 0da57eba32 Update discord.yml
2025-01-29 08:39:52 +00:00

13 lines
273 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@v1.16.2
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}