From 5c4707e3d364ac4af18287bb5078878baa2c8f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Galeran?= Date: Mon, 27 Nov 2023 19:37:17 +0100 Subject: [PATCH] ci: update slack channels for failures (#4503) Co-authored-by: Jan Piotrowski --- .github/workflows/publish-prisma-schema-wasm.yml | 2 +- .github/workflows/publish-query-engine-wasm.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-prisma-schema-wasm.yml b/.github/workflows/publish-prisma-schema-wasm.yml index f93e45f59444..a452133892cb 100644 --- a/.github/workflows/publish-prisma-schema-wasm.yml +++ b/.github/workflows/publish-prisma-schema-wasm.yml @@ -53,7 +53,6 @@ jobs: # # Failure handlers # - - name: Set current job url in SLACK_FOOTER env var if: ${{ failure() }} run: echo "SLACK_FOOTER=<$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID|Click here to go to the job logs>" >> $GITHUB_ENV @@ -63,4 +62,5 @@ jobs: env: SLACK_TITLE: 'Building and publishing @prisma/prisma-schema-wasm failed :x:' SLACK_COLOR: '#FF0000' + SLACK_CHANNEL: feed-prisma-schema-wasm-publish-failures SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_WASM_FAILING }} diff --git a/.github/workflows/publish-query-engine-wasm.yml b/.github/workflows/publish-query-engine-wasm.yml index 1067113aee01..b5c791ade612 100644 --- a/.github/workflows/publish-query-engine-wasm.yml +++ b/.github/workflows/publish-query-engine-wasm.yml @@ -66,4 +66,5 @@ jobs: env: SLACK_TITLE: 'Building and publishing @prisma/query-engine-wasm failed :x:' SLACK_COLOR: '#FF0000' + SLACK_CHANNEL: feed-prisma-query-engine-wasm-publish-failures SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_WASM_FAILING }}