Merge pull request #123 from thomasbnt/depfu/batch_all/yarn/2024-10-13 #258
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Discord Webhook | |
on: [push] | |
jobs: | |
Discord_notification: | |
runs-on: ubuntu-latest | |
steps: | |
- 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 }} |