We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b066e1b commit b7449d8Copy full SHA for b7449d8
1 file changed
.github/workflows/search-index-update.yml
@@ -60,7 +60,7 @@ jobs:
60
curl 'http://172.17.0.2:8108/keys' -X POST -H "X-TYPESENSE-API-KEY: ${TYPESENSE_API_KEY}" -H 'Content-Type: application/json' -d '{"value": "N4N8bF0XwyvzwCGwm3CKB0QcnwyWtygo","description": "Search only","actions": ["documents:search"],"collections":["*"]}'
61
62
- name: repository name fix
63
- run: echo "image_repository_name=docs-search" >> $GITHUB_ENV
+ run: echo "image_repository_name=reference-search" >> $GITHUB_ENV
64
65
- name: Configure AWS credentials
66
uses: aws-actions/configure-aws-credentials@v1
0 commit comments