Skip to content

Notify Discord

Notify Discord #10

Workflow file for this run

name: "Notify Discord"
on:
release:
types: [released]
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Send update
uses: nhevia/[email protected]
with:
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}