From 5a608b0873f6bf5ce1ef3e4b99b552071816c7b7 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Mon, 20 Nov 2023 10:05:25 +0100 Subject: [PATCH] Change webhook url --- .github/workflows/check-oss-contributor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-oss-contributor.yml b/.github/workflows/check-oss-contributor.yml index ec40cad399..398f07a130 100644 --- a/.github/workflows/check-oss-contributor.yml +++ b/.github/workflows/check-oss-contributor.yml @@ -28,7 +28,7 @@ jobs: - name: Notify error uses: tsickert/discord-webhook@v5.3.0 with: - webhook-url: ${{ secrets.PROD_DEPLOY_WEBHOOK_URL }} + webhook-url: ${{ secrets.OSS_CHECKS_WEBHOOK_URL }} embed-title: 🚨 OSS checks failed in master embed-url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" embed-description: |