Skip to content

Commit

Permalink
GitHub Action: Edit Discord Webhook notification (@mrrobotdotapp hand…
Browse files Browse the repository at this point in the history
…ler changed)
  • Loading branch information
thomasbnt committed Jan 24, 2024
1 parent 26b145a commit 877d7f4
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/discord_notifications.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: Discord Webhook

on: [push, pull_request]

on: [push]
jobs:
report:
Discord_notification:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Discord Webhook
uses: Mist3r-Robot/classic-discord-webhook@main
with:
id: ${{ secrets.DISCORD_WEBHOOK_ID }}
token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
#in_thread: ${{ secrets.DISCORD_INTHREAD }}
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Discord Webhook
uses: mrrobotdotapp/classic-discord-webhook@main
with:
id: ${{ secrets.DISCORD_WEBHOOK_ID }}
token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
threadId: ${{ secrets.DISCORD_WEBHOOK_THREAD_ID }}

0 comments on commit 877d7f4

Please sign in to comment.