From 42bf8fb40d2e45088b3a411f13abf652ec736454 Mon Sep 17 00:00:00 2001 From: netmindz Date: Sat, 14 Jun 2025 20:02:01 +0000 Subject: [PATCH] Update pr-merge.yaml --- .github/workflows/pr-merge.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pr-merge.yaml b/.github/workflows/pr-merge.yaml index db5937dff..5f216100c 100644 --- a/.github/workflows/pr-merge.yaml +++ b/.github/workflows/pr-merge.yaml @@ -28,9 +28,6 @@ with: ref: ${{ github.event.pull_request.head.sha }} # This is dangerous without the first access check - name: Send Discord notification - shell: bash - env: - DISCORD_WEBHOOK_BETA_TESTERS: ${{ secrets.DISCORD_WEBHOOK_BETA_TESTERS }} # if: github.event.pull_request.merged == true run: | - curl -H "Content-Type: application/json" -d '{"content": "Pull Request ${{ github.event.pull_request.number }} merged by ${{ github.actor }}"}' $DISCORD_WEBHOOK_BETA_TESTERS + curl -H "Content-Type: application/json" -d '{"content": "Pull Request ${{ github.event.pull_request.number }} merged by ${{ github.actor }}"}' ${{ secrets.DISCORD_WEBHOOK_BETA_TESTERS }}