Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

CI pushes discord notifications #8

CI pushes discord notifications

CI pushes discord notifications #8

Workflow file for this run

name: Discord Webhook
on:
push:
branches:
- '*'
jobs:
send:
runs-on: ubuntu-latest
steps:
- name: Send Notification
uses: Retr0-01/better-discord-notification@main
with:
webhook-url: ${{ secrets.CI_DISCORD_WEBHOOK_PUBLIC }}
embed-color: '10973799'
footer-icon: 'https://cdn.discordapp.com/attachments/1065470708773298237/1073333438884630619/Mocha.png'