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 }}