Skip to content

Commit 44bbb88

Browse files
chore: simplify (#294)
ok these can all be public
1 parent 49bb2e7 commit 44bbb88

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ permissions:
1212

1313
jobs:
1414
build-and-deploy:
15-
env:
16-
ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
17-
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
18-
ALGOLIA_INDEX: ${{ secrets.ALGOLIA_INDEX }}
1915
permissions:
2016
contents: write # for JamesIves/github-pages-deploy-action to push changes in repo
2117
runs-on: ubuntu-latest

.github/workflows/test-deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55

66
jobs:
77
test-deploy:
8-
env:
9-
ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
10-
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
11-
ALGOLIA_INDEX: ${{ secrets.ALGOLIA_INDEX }}
128
runs-on: ubuntu-latest
139
steps:
1410
- uses: actions/checkout@v3

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@ const config = {
245245
additionalLanguages: ["protobuf", "go-module"], // https://prismjs.com/#supported-languages
246246
},
247247
algolia: {
248-
appId: process.env.ALGOLIA_APP_ID,
249-
apiKey: process.env.ALGOLIA_API_KEY,
250-
indexName: process.env.ALGOLIA_INDEX,
248+
appId: "Y6U210CQLF",
249+
apiKey: "7906f2dd2c7dc9858c50ecc788b4ea1c",
250+
indexName: "docs_cosmos_network_y6u210cqlf_pages",
251251
contextualSearch: false,
252252
},
253253
}),

0 commit comments

Comments
 (0)