Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

feat: Discord webhook notification on every push#3

Merged
0x5t4l1n merged 1 commit into
mainfrom
copilot/create-discord-automation-workflow
May 3, 2026
Merged

feat: Discord webhook notification on every push#3
0x5t4l1n merged 1 commit into
mainfrom
copilot/create-discord-automation-workflow

Conversation

Copilot AI commented May 3, 2026

Copy link
Copy Markdown
Contributor

Adds a GitHub Actions workflow that sends a Discord embed message to a configured webhook on every push to any branch.

Changes

  • .github/workflows/discord-notify.yml — triggers on push to **, posts a rich embed via curl to ${{ secrets.DISCORD_WEBHOOK }}
    • Embed includes: author, branch, short SHA (linked to commit URL), and full commit message

Setup

Add a repository secret DISCORD_WEBHOOK with your Discord channel webhook URL (channel Settings → Integrations → Webhooks).

Agent-Logs-Url: https://github.com/th30d4y/0Commits/sessions/8f3870c1-c746-4fd8-9109-be61d25775bb

Co-authored-by: 0x5t4l1n <161853795+0x5t4l1n@users.noreply.github.com>
@0x5t4l1n 0x5t4l1n marked this pull request as ready for review May 3, 2026 06:32
@0x5t4l1n 0x5t4l1n merged commit fd8acc9 into main May 3, 2026
1 of 2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants