From 70e0d15f5c837ca70bebea496fdf0e8b0269bf90 Mon Sep 17 00:00:00 2001 From: Nicolas Sutter Date: Wed, 31 Jan 2024 10:11:24 +0100 Subject: [PATCH] chore: disable slack integration --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0582cb..072f7df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,6 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - run: pnpm tsx scripts/slack.ts - env: - SLACK_NOTIFICATION_URL: ${{secrets.SLACK_NOTIFICATION_URL}} + # - run: pnpm tsx scripts/slack.ts + # env: + # SLACK_NOTIFICATION_URL: ${{secrets.SLACK_NOTIFICATION_URL}}