Files
NASG/.github/workflows/discord.yml
T

15 lines
280 B
YAML

name: Discord Webhook
on:
push:
branches:
- main
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Discord Commit Webhook
uses: johnnyhuy/actions-discord-git-webhook@v1.0.4
with:
webhook: ${{ secrets.DISCORD_WEBHOOK_URL }}