Files
aptakube/.github/workflows/discord.yml
Guilherme Oenning 5f172b99df Update discord.yml
2025-01-29 08:42:54 +00:00

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