diff --git a/.github/workflows/new-cfe-notifications.yml b/.github/workflows/new-cfe-notifications.yml index 838d5abfb08..87b9c865c99 100644 --- a/.github/workflows/new-cfe-notifications.yml +++ b/.github/workflows/new-cfe-notifications.yml @@ -13,16 +13,12 @@ jobs: if: github.event.label.name == 'code freeze exception' runs-on: ubuntu-20.04 steps: - - name: Debug GitHub Context - run: | - echo "${{ toJson(github) }}" - - name: Notify Slack uses: archive/github-actions-slack@v2.0.0 id: notify with: slack-bot-user-oauth-access-token: ${{ secrets.CODE_FREEZE_BOT_TOKEN }} - slack-channel: ${{ secrets.WOO_RELEASE_SLACK_CHANNEL }} + slack-channel: ${{ secrets.WOO_CORE_RELESES_DAILY_SLACK_CHANNEL }} slack-text: | :arrow_right: New CFE request: ${{ github.event.issue.title }} ${{ github.event.issue.html_url }}