Skip to content

Commit

Permalink
ci: update release slack channel and algolia api key (#14942)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Feb 7, 2023
1 parent d39c5f3 commit 364d3af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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://avatars.githubusercontent.com/t/5997665?size=64
SLACK_COLOR: good
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const config = {
},
algolia: {
appId: "QLS2QSP47E",
apiKey: "067b84458bfa80c295e1d4f12c461911",
apiKey: "4d9feeb481e3cfef8f91bbc63e090042",
indexName: "cosmos_network",
contextualSearch: false,
},
Expand Down

0 comments on commit 364d3af

Please sign in to comment.