From 155983e49824a3c0ccc23b99a1d97219ee66d840 Mon Sep 17 00:00:00 2001 From: Anahide Tchertchian <608958+atchertchian@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:06:51 +0200 Subject: [PATCH] AAE-26238 Update GitHub workflows to handle slack channels renamings --- .github/workflows/main.yml | 2 +- .github/workflows/rc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc4293cd..716b7081 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -136,5 +136,5 @@ jobs: - name: Slack Notification uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@76affd16a4dd9a440cf66bf42656b1d826e8dfc2 # v5.34.0 with: - channel-id: 'eng-hxp-studio-activiti-gh-notifs' + channel-id: 'C03PMT6APFU' # eng-hxp-studio-activiti-gh-notifs, to be renamed eng-automate-activiti-gh-notifs token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }} diff --git a/.github/workflows/rc.yml b/.github/workflows/rc.yml index 3be6d631..6a755172 100644 --- a/.github/workflows/rc.yml +++ b/.github/workflows/rc.yml @@ -56,5 +56,5 @@ jobs: - name: Slack Notification uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@76affd16a4dd9a440cf66bf42656b1d826e8dfc2 # v5.34.0 with: - channel-id: 'eng-hxp-studio-releases-gh-notifs' + channel-id: 'C04CARMB605' # eng-hxp-studio-releases-gh-notifs, to be renamed eng-automate-releases-gh-notifs token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }}