From 278f75e70c858710745bcddcea2eacdc2480481e Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Sat, 27 Aug 2022 10:19:32 +0200 Subject: [PATCH] Update production-release.yml --- .github/workflows/production-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production-release.yml b/.github/workflows/production-release.yml index 2076895b4..ea7c592ba 100644 --- a/.github/workflows/production-release.yml +++ b/.github/workflows/production-release.yml @@ -34,4 +34,4 @@ jobs: - uses: sarisia/actions-status-discord@v1 if: always() with: - webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_CHANNEL }} + webhook: ${{ secrets.DISCORD_WEBHOOK_PROD_RELEASE_CHANNEL }}