Skip to content

Commit

Permalink
Update discord.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyphonic authored Dec 14, 2024
1 parent 8446689 commit 28846db
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/discord.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Discord Webhook Test
on:
workflow_dispatch:
push

permissions:
contents: write
Expand All @@ -17,10 +17,4 @@ jobs:
# Webhook URL from discord. See: https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks for details
webhook-url: https://discord.com/api/webhooks/1317441657309761636/4tSkeVENfvHnGc2-1xXW-MoF_MXusJEHwpAdEbS9-BLeOuEpfSeoXRUX2RTPlrPxdmLF
# Embed title
embed-title: "New Release 🧰"
# Embed color (integer)
embed-color: 6291288
# Embed footer text
embed-footer-text: "[Main Repository 🔑](https://github.com/Hyphonic/Conquest)"
# Embed embed author name
embed-author-name: "${{ github.actor.login }}"
raw-data: '{"content": "See greeting below","embeds": [{"title":"Hello","description":"World"}]}'

0 comments on commit 28846db

Please sign in to comment.