From 37fbc364f1efb9a4e4192085179b8535c8e0ccc7 Mon Sep 17 00:00:00 2001 From: adhl-0216 <113506757+adhl-0216@users.noreply.github.com> Date: Thu, 3 Apr 2025 21:51:30 +0000 Subject: [PATCH] updated Slack channel id --- .github/workflows/ci-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d5c7160be..05b1db54a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -12,7 +12,7 @@ jobs: secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - SLACK_CI_CHANNEL_ID: ${{ secrets.SLACK_CI_CHANNEL_ID }} + SLACK_CHANNEL_ID: ${{ secrets.SLACK_CHANNEL_ID }} build-and-push: needs: sonarcloud @@ -74,7 +74,7 @@ jobs: method: chat.postMessage token: ${{ secrets.SLACK_BOT_TOKEN }} payload: | - channel: ${{ secrets.SLACK_PROD_CHANNEL_ID }} + channel: ${{ secrets.SLACK_CHANNEL_ID }} text: "Staging Deployment Complete: ${{ job.status }} for commit ${{ github.sha }}. Production deployment is pending review in GitHub Actions." deploy-production: @@ -111,5 +111,5 @@ jobs: method: chat.postMessage token: ${{ secrets.SLACK_BOT_TOKEN }} payload: | - channel: ${{ secrets.SLACK_PROD_CHANNEL_ID }} + channel: ${{ secrets.SLACK_CHANNEL_ID }} text: "Production Deployment: ${{ job.status }} for commit ${{ github.sha }}"