From 1b637a54126be43442c11fd1da2cbd8ba8d9c594 Mon Sep 17 00:00:00 2001 From: Diana Perez Afanador Date: Thu, 21 Dec 2023 19:11:35 +0100 Subject: [PATCH] Test --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 607c4a4154..47b8ca32fe 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -160,7 +160,7 @@ jobs: name: Publish to release Slack channel needs: [prepare] env: - WEBHOOK_URL: ${{ secrets.SLACK_RELEASE_WEBHOOK }} + WEBHOOK_URL: ${{ secrets.SLACK_RELEASES_WEBHOOK }} steps: - name: Checkout uses: actions/checkout@v4