From 59dfb0dabe26ccb96336fa02c1e7b1d45db908e4 Mon Sep 17 00:00:00 2001 From: Dan McNulty Date: Wed, 10 Sep 2025 20:04:28 -0500 Subject: [PATCH] chore: remove `SLACK_WEBHOOK_URL` from e2e-tests workflow Remove the `SLACK_WEBHOOK_URL` secret parameter for the invocation of the `run-server-sdk-e2e-tests` workflow. It is no longer required. --- .github/workflows/e2e-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 49e07d0c..19f1cb88 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -24,4 +24,3 @@ jobs: commitSha: ${{ github.event.pull_request.head.sha || github.sha }} secrets: APP_PRIVATE_KEY: ${{ secrets.RUNNER_APP_PRIVATE_KEY }} - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}