Skip to content

Commit

Permalink
Merge pull request #105 from thomasbnt/fix-gh-actions-discord-notific…
Browse files Browse the repository at this point in the history
…ations
  • Loading branch information
thomasbnt authored Jan 31, 2024
2 parents 8b045c9 + 60acf27 commit 26e325e
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/discord_notification.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: Discord Webhook

on: [push]

jobs:
report:
Discord_notification:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1
- name: Run Discord Webhook
uses: Mist3r-Robot/classic-discord-webhook@main
with:
id: ${{ secrets.DISCORD_WEBHOOK_ID }}
token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
- 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 }}

0 comments on commit 26e325e

Please sign in to comment.