From 5f6f76014b8f3b957c2145b14dbffe73a710710d Mon Sep 17 00:00:00 2001 From: UltraLionFr Date: Wed, 20 Aug 2025 23:40:14 +0200 Subject: [PATCH] chore: remove Discord GitHub Actions workflow --- .github/workflows/discord.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/discord.yml diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml deleted file mode 100644 index e2bcc04..0000000 --- a/.github/workflows/discord.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Discord Webhook - -on: [push] - -jobs: - git: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - name: Run Discord Webhook - uses: johnnyhuy/actions-discord-git-webhook@main - with: - webhook_url: ${{ secrets.YOUR_DISCORD_WEBHOOK_URL }} \ No newline at end of file