From db06a99e7f6abab35e2774c25e01eac1ad731b4f Mon Sep 17 00:00:00 2001 From: Mimi <1119186082@qq.com> Date: Thu, 9 Jan 2025 21:15:34 +0800 Subject: [PATCH] Remove discord.yml --- .github/workflows/discord.yml | 25 ------------------------- 1 file changed, 25 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 c916b25d2..000000000 --- a/.github/workflows/discord.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: GitHub Releases To Discord - -on: - release: - types: [published] - -jobs: - github-releases-to-discord: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Github Releases To Discord - uses: SethCohen/github-releases-to-discord@v1 - with: - webhook_url: ${{ secrets.WEBHOOK_URL }} - github-releases-to-discord-cn: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Github Releases To Discord - uses: SethCohen/github-releases-to-discord@v1 - with: - webhook_url: ${{ secrets.WEBHOOK_URL_CN }}