From 711c592a6f1b3975f218c4c6dafae538aa010a4b Mon Sep 17 00:00:00 2001 From: Gert Hengeveld Date: Mon, 27 May 2024 14:16:50 +0200 Subject: [PATCH] Pass SLACK_WEBHOOK_URL to release script --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5562eff14..d1c470ea2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,3 +45,4 @@ jobs: env: GH_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}